We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using react-select version "0.9.1" via version 0.6.11_1 of your Meteor Library
The bug is fixed in version 1.0 of react-select.
Try this code:
<Select options = {[ { value: 'a', label: 'A' }, { value: 'aa', label: 'AA' }, { value: 'aaa', label: 'AAA' }, { value: 'b', label: 'B' }, { value: 'bb', label: 'BB' }, { value: 'bbb', label: 'BBB' }, ]} />
Now type "a" into the input box.
Now click away.
The inputValue is now ""
HOWEVER when you click the drop-down, only 3 values: 'A', 'AA', and 'AAA' are there.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using react-select version "0.9.1" via version 0.6.11_1 of your Meteor Library
The bug is fixed in version 1.0 of react-select.
Try this code:
Now type "a" into the input box.
Now click away.
The inputValue is now ""
HOWEVER when you click the drop-down, only 3 values: 'A', 'AA', and 'AAA' are there.
The text was updated successfully, but these errors were encountered: