Import
HTML
JavaScript
Settings
| Name | Type | Default | Description |
|---|---|---|---|
name | string | — | can specify the form field name |
type | string | text | can specify the form html input type |
debounced | boolean | false | can specify the input value should be debounced |
debounce-interval | number | 150 | can specify the input debounce interval in milliseconds |
clearable | string | — | can show an icon to reset the inputted value |
value | string | — | can specify a value to store |
Events
| Event | Description | Arguments |
|---|---|---|
change | occurs after the value changes | value — the updated value |