sanusart / react-dropdown-select

Customisable dropdown select for react
https://react-dropdown-select.netlify.app/
MIT License
349 stars 83 forks source link

Close on select bug #312

Open pepies opened 5 months ago

pepies commented 5 months ago

https://codesandbox.io/p/sandbox/react-dropdown-select-forked-frsd5x?file=%2Fsrc%2Findex.js%3A19%2C11

Hello, If dropdown input is wrapped in <label> html5 element closeOnSelect no longer closes.

jmluy commented 1 month ago

It will work if you add the htmlFor in the label.

https://github.com/sanusart/react-dropdown-select/issues/194#issuecomment-947126261