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
3.1.0
Any OS, Chrome@63.0.3239.84, react@15.6.2
https://codesandbox.io/s/m5n0y1wv5p
Click on Select input (focus state)
"Not Found" in dropdown should not appear when notFoundContent={null} and mode="multiple"
notFoundContent={null}
mode="multiple"
It always shows "No Found" when focused. No way to hide it when mode="multiple"
This breaking change is caused by this commit: 8f1fd4d#diff-146763d630216d32434b0a462d81ddf7
The text was updated successfully, but these errors were encountered:
0bfd5ee
afc163
Successfully merging a pull request may close this issue.
Version
3.1.0
Environment
Any OS, Chrome@63.0.3239.84, react@15.6.2
Reproduction link
https://codesandbox.io/s/m5n0y1wv5p
Steps to reproduce
Click on Select input (focus state)
What is expected?
"Not Found" in dropdown should not appear when
notFoundContent={null}
andmode="multiple"
What is actually happening?
It always shows "No Found" when focused.
No way to hide it when
mode="multiple"
This breaking change is caused by this commit:
8f1fd4d#diff-146763d630216d32434b0a462d81ddf7
The text was updated successfully, but these errors were encountered: