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
Not sure if it is a bug or feature and what is the recommended behavior for a check-all action when the list of checkboxes includes disabled inputs.
check-all
Lets imaging a list of checkboxes some of them are disabled (features locked for a user as an example).
Currently check-all checks all inputs including disabled ones.
I think the expected behavior should be to keep disabled inputs unchanged.
The text was updated successfully, but these errors were encountered:
Fix check all behavior with disabled inputs
e5535ad
Issue: github#21
Merge pull request #50 from ymzEmre/main
cee129b
Fix check all behavior with disabled inputs #21
closed by #50
Sorry, something went wrong.
No branches or pull requests
Not sure if it is a bug or feature and what is the recommended behavior for a
check-all
action when the list of checkboxes includes disabled inputs.Lets imaging a list of checkboxes some of them are disabled (features locked for a user as an example).
Currently
check-all
checks all inputs including disabled ones.I think the expected behavior should be to keep disabled inputs unchanged.
The text was updated successfully, but these errors were encountered: