fix(select): type dispatched change event

This commit is contained in:
Eric Liu 2020-12-05 16:42:44 -08:00
commit 0c4c217f7a
4 changed files with 11 additions and 7 deletions

View file

@ -2834,10 +2834,10 @@ None.
### Events
| Event name | Type | Detail |
| :--------- | :--------- | :----- |
| blur | forwarded | -- |
| change | dispatched | -- |
| Event name | Type | Detail |
| :--------- | :--------- | :------------------ |
| change | dispatched | <code>string</code> |
| blur | forwarded | -- |
## `SelectItem`