issues
search
gogoair
/
react-combo-select
React dropdown for select and multiselect
MIT License
28
stars
9
forks
source link
Several fixes and optimizations
#1
Closed
MilosRasic
closed
8 years ago
MilosRasic
commented
8 years ago
fixed double keydown event handling for Enter key
fixed arrow navigation
standardised the way item is focused so that hovering on an item will clear the focus from arrow navigation
changed filtering to activate only when user has stopped typing
added option to disable sorting with sort = false or sort = 'off'
optimised arrow navigation and data mapping