fix(select): forward missing focus, input events #501

Fixes #501
This commit is contained in:
Eric Y Liu 2021-07-14 13:04:26 -07:00
commit 6a7fdd183b
4 changed files with 14 additions and 1 deletions

View file

@ -3242,6 +3242,8 @@ None.
| Event name | Type | Detail |
| :--------- | :--------- | :------------------ |
| change | dispatched | <code>string</code> |
| input | forwarded | -- |
| focus | forwarded | -- |
| blur | forwarded | -- |
## `SelectItem`