I use a Select with 3 possible values: true, false and null (null being the default)
The select is clearable.
When I select the true option, no problem to clear the select.
However, if I select the false option, the clear button is not displayed.
+1 Having the same issue
I submitted a PR to fix the issue, just waiting for it to be merged
Same issue with 1.0.0-rc.3
Will be solved once https://github.com/JedWatson/react-select/pull/1395 is accepted and merged
Most helpful comment
I submitted a PR to fix the issue, just waiting for it to be merged