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
If the selection is disabled (isDisabled={true}), the selected option can still be deselected by clicking on the cross.
isDisabled={true}
2.0.0
No response
The text was updated successfully, but these errors were encountered:
Thanks for the bug report! I have figured out what is wrong and will push a new version with a fix shortly.
Sorry, something went wrong.
This is now fixed in v4.1.5! Check out this demo to see it in action:
v4.1.5
https://codesandbox.io/s/chakra-react-select-isdisabled-fix-vn24dg?file=/example.js
csandman
Successfully merging a pull request may close this issue.
Description
If the selection is disabled (
isDisabled={true}
), the selected option can still be deselected by clicking on the cross.chakra-react-select Version
2.0.0
Link to Reproduction
No response
TypeScript?
Steps to reproduce
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: