|
7 | 7 |
|
8 | 8 | ## Properties |
9 | 9 |
|
10 | | -| Property | Attribute | Description | Type | Default | |
11 | | -| ---------------- | ------------------ | ----------- | --------- | --------------- | |
12 | | -| `autocomplete` | `autocomplete` | | `string` | `'on'` | |
13 | | -| `caption` | `caption` | | `string` | `""` | |
14 | | -| `disabled` | `disabled` | | `boolean` | `false` | |
15 | | -| `error` | `error` | | `boolean` | `false` | |
16 | | -| `icon` | `icon` | | `string` | `""` | |
17 | | -| `label` | `label` | | `string` | `""` | |
18 | | -| `maxlength` | `maxlength` | | `number` | `undefined` | |
19 | | -| `optional` | `optional` | | `boolean` | `false` | |
20 | | -| `placeholder` | `placeholder` | | `string` | `"Placeholder"` | |
21 | | -| `required` | `required` | | `boolean` | `false` | |
22 | | -| `showDeleteIcon` | `show-delete-icon` | | `boolean` | `false` | |
23 | | -| `size` | `size` | | `string` | `'m'` | |
24 | | -| `success` | `success` | | `boolean` | `false` | |
25 | | -| `value` | `value` | | `string` | `''` | |
| 10 | +| Property | Attribute | Description | Type | Default | |
| 11 | +| ---------------- | ------------------ | ----------- | ---------------------- | --------------- | |
| 12 | +| `autocomplete` | `autocomplete` | | `string` | `'on'` | |
| 13 | +| `caption` | `caption` | | `string` | `""` | |
| 14 | +| `disabled` | `disabled` | | `boolean` | `false` | |
| 15 | +| `error` | `error` | | `boolean` | `false` | |
| 16 | +| `icon` | `icon` | | `string` | `""` | |
| 17 | +| `label` | `label` | | `string` | `""` | |
| 18 | +| `maxlength` | `maxlength` | | `number` | `undefined` | |
| 19 | +| `optional` | `optional` | | `boolean` | `false` | |
| 20 | +| `placeholder` | `placeholder` | | `string` | `"Placeholder"` | |
| 21 | +| `required` | `required` | | `boolean` | `false` | |
| 22 | +| `showDeleteIcon` | `show-delete-icon` | | `boolean` | `false` | |
| 23 | +| `size` | `size` | | `string` | `'m'` | |
| 24 | +| `success` | `success` | | `boolean` | `false` | |
| 25 | +| `type` | `type` | | `"password" \| "text"` | `'text'` | |
| 26 | +| `value` | `value` | | `string` | `''` | |
26 | 27 |
|
27 | 28 |
|
28 | 29 | ## Events |
|
0 commit comments