|
@@ -684,6 +684,13 @@ Search data from server-side.
|
|
|
| change | triggers when the icon inside Input value change | (value: string \| number) |
|
|
|
| clear | triggers when the Input is cleared by the button which generated by the "clearable" attribute | (event: Event) |
|
|
|
|
|
|
+### Input Methods
|
|
|
+
|
|
|
+| Method | Description | Parameters |
|
|
|
+|------|--------|-------|
|
|
|
+| focus | focus the input element | — |
|
|
|
+| select | select the text in input element | — |
|
|
|
+
|
|
|
### Autocomplete Attributes
|
|
|
|
|
|
Attribute | Description | Type | Options | Default
|
|
@@ -718,7 +725,8 @@ Attribute | Description | Type | Options | Default
|
|
|
|----| ----| ----|
|
|
|
|select | triggers when a suggestion is clicked | suggestion being clicked |
|
|
|
|
|
|
-### Methods
|
|
|
+### Autocomplete Methods
|
|
|
+
|
|
|
| Method | Description | Parameters |
|
|
|
|------|--------|-------|
|
|
|
-| focus | focus the Input component | — |
|
|
|
+| focus | focus the input element | — |
|