|
@@ -666,6 +666,8 @@ Create and select new items that are not included in select options
|
|
| visible-change | triggers when the dropdown appears/disappears | true when it appears, and false otherwise |
|
|
| visible-change | triggers when the dropdown appears/disappears | true when it appears, and false otherwise |
|
|
| remove-tag | triggers when a tag is removed in multiple mode | removed tag value |
|
|
| remove-tag | triggers when a tag is removed in multiple mode | removed tag value |
|
|
| clear | triggers when the clear icon is clicked in a clearable Select | — |
|
|
| clear | triggers when the clear icon is clicked in a clearable Select | — |
|
|
|
|
+| blur | triggers when Input blurs | (event: Event) |
|
|
|
|
+| focus | triggers when Input focuses | (event: Event) |
|
|
|
|
|
|
### Option Group Attributes
|
|
### Option Group Attributes
|
|
| Attribute | Description | Type | Accepted Values | Default |
|
|
| Attribute | Description | Type | Accepted Values | Default |
|