tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
676 stars 149 forks source link

Missing onFocus event!! #125

Closed UnclespaceGroup closed 3 years ago

UnclespaceGroup commented 3 years ago

Works poorly with final forms, does not return the focus state and other meta. I need to listen to the field focus event on my react-final-form. Can you add the ability to subscribe to the onFocus event?

tbleckert commented 3 years ago

@UnclespaceGroup Sounds like a good idea. Will add onFocus/onBlur as soon as possible.