Open aachman22 opened 4 years ago
Hi @aachman22 We are not using this library anymore ourselves and now the library on which this was based has also implemented multi-select, we have decided to discontinue this library.
I suggest you check out the latest version of react-select here: https://github.com/JedWatson/react-select
I have a simple use case where I have a few predefined options and an onchange method to handle the clicks. When I select the options everything works as expected, but unchecking gets messed up after I have checked more than two options. Unselecting any option results in the bottom-most checked option getting unchecked, instead of the option we clicked on.
Code: