Closed joshleblanc closed 4 years ago
Hi @joshleblanc,
Thanks for finding this problem and contributing a PR for it.
I applied your correction in v6.6.1 and I created a storybook example at https://iulian-radu-at.github.io/react-select-material-ui/?path=/story/reactselectmaterialui--with-an-empty-string-as-initial-value Please check if the fix provided in v6.6.1 is OK for your use case.
I will close this PR as I made the changes with some adaptions directly in the code.
Thanks again, Iulian
Empty strings are falsey, so if you had the following component, react-select-material-ui would fail to select the initial value.