hc-oss / react-multi-select-component

Lightweight (~5KB gzipped) multiple selection dropdown component
https://codesandbox.io/s/react-multi-select-example-uqtgs
MIT License
387 stars 89 forks source link

closeOnChangedValue does not work when value is changed with keyboard #724

Open damianobarbati opened 7 months ago

damianobarbati commented 7 months ago

Describe the bug If value is selected using keyboard navigation (arrows, then space or enter) then even if closeOnChangedValue=true the dropdown is not closed.