iulianraduat / react-select-material-ui

A react SELECT component based on react-select and looking like a material-ui component
MIT License
73 stars 18 forks source link

If the values prop is passed to a single select, "isClearable" is always false. #32

Closed joshleblanc closed 4 years ago

joshleblanc commented 4 years ago

Reproduction: https://codesandbox.io/s/silly-snyder-equue?file=/src/ClearValues.tsx

iulianraduat commented 4 years ago

Hi @joshleblanc,

Thanks for reporting this problem.

The fix should be already in 6.5.0. Also I added a storybook for this issue. Please check it and let me know if it works as expected.

Cheers, Iulian

joshleblanc commented 4 years ago

Works great!