alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

expand and close without selecting anything, the focus change over the list #66

Closed amgohan closed 8 years ago

amgohan commented 8 years ago

try to expand and close the dropdown multiple time without selecting anything. You will see the focus change over the options. this is some images from expand and close multiple times (the focus change over the list) : react-select-bug1

react-select-bug2

react-select-bug3

expected behaviour : no option focused until we select it manually

alsoscotland commented 8 years ago

This is related to the search input focus issue you brought up yesterday

alsoscotland commented 8 years ago

https://github.com/alsoscotland/react-super-select/pull/68

alsoscotland commented 8 years ago

https://github.com/alsoscotland/react-super-select/tree/v0.5.0