@sankhyalabs/ezui-docs 0.0.0-feat-dev-41261.1 → 0.0.0-feat-dev-41261.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
| `mode` | `mode` | Define o tamanho do campo. | `"regular" \| "slim"` | `"regular"` |
|
|
18
18
|
| `noBorder` | `no-border` | Se true o campo não terá bordas. | `boolean` | `false` |
|
|
19
19
|
| `password` | `password` | Se true o campo não terá bordas. | `boolean` | `false` |
|
|
20
|
+
| `removeMask` | `remove-mask` | Para remover a máscara quando fizer um apply no formulário. | `boolean` | `false` |
|
|
20
21
|
| `restrict` | `restrict` | Restringe o que o usuário pode digitar. | `string` | `undefined` |
|
|
21
22
|
| `value` | `value` | Define o valor do campo. | `string` | `undefined` |
|
|
22
23
|
|