day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
797 stars 146 forks source link

Retain Focus On Enter In Typeahead #192

Closed uayyagari closed 5 years ago

uayyagari commented 5 years ago

After selecting an option from the list of values after typing in a desired string value, the focus is lost and users probably have to use the mouse to point to the typeahead input field again or use the combination of TAB and SHIFT+TAB to regain focus. This is a small feature I wanted to propose to save some time.