Release 0.12.0
·
49 commits
to main
since this release
Changed
- React to changing
initialValueeven if initiallyundefinedonSelect
component.
Fixed
- Fix
onFocusprop being ignored bySelectcomponent. It now passes it
through to the core and is called correctly when the select is focused. Thanks
to kapilpipaliya for the fix.