chore(select): update dispatched change event type

This commit is contained in:
Eric Liu 2022-06-18 12:24:13 -07:00
commit d3cef5f377
4 changed files with 9 additions and 9 deletions

View file

@ -3173,12 +3173,12 @@ None.
### Events
| Event name | Type | Detail |
| :--------- | :--------- | :------------------ |
| change | dispatched | <code>string</code> |
| input | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
| Event name | Type | Detail |
| :--------- | :--------- | :-------------------------------- |
| change | dispatched | <code>string &#124; number</code> |
| input | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
## `SelectItem`