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
When disabling a password text input, the field itself will be disabled but the actions inside are still clickable.
:disabled="true"
The buttons are greyed out like the input and can't be clicked.
The buttons are not greyed out and can still be clicked.
The text was updated successfully, but these errors were encountered:
We've decided to not display the buttons at all if the input is disabled.
Sorry, something went wrong.
lookacat
Successfully merging a pull request may close this issue.
Describe the bug
When disabling a password text input, the field itself will be disabled but the actions inside are still clickable.
Steps to reproduce
:disabled="true"
Expected behavior
The buttons are greyed out like the input and can't be clicked.
Actual behavior
The buttons are not greyed out and can still be clicked.
The text was updated successfully, but these errors were encountered: