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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A very simple example: http://jsbin.com/gofewazula/edit?html,output. When disabled <button> has child, and you clicked that child, ripple effect works wrong.
<button>
The text was updated successfully, but these errors were encountered:
Seem to be waves.js only checked the event.target.disabled, when I set child.disabled to true, all things works fine.
event.target.disabled
child.disabled
true
Sorry, something went wrong.
Prevent ripple appear when element has "disabled" property #133
51c0a56
Well, I think I just make the ripple didn't show if there is disabled property on target element.
disabled
No branches or pull requests
A very simple example: http://jsbin.com/gofewazula/edit?html,output.
When disabled
<button>
has child, and you clicked that child, ripple effect works wrong.The text was updated successfully, but these errors were encountered: