Closed fedde-s closed 6 years ago
I just tested the fix, apparently, the placeholder also appears when search keywords is still being typed. I guess we need to have another validation for this.
Oops! Yes, that's wrong. Glad you tested it!
I added a commit to address the issue. Unfortunately it does involve keeping some state in the component, as react-select
doesn't expose the search text as an external prop.
:+1:
This should fix #17.