You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an md-btn which sets the isDisabled property. When isDisabled is true, the button style grays out as expected, but the event still gets sent when clicked. Presumably it shouldn't get sent?
f9537ff didn't use the correct condition to disable click events.
As far as I understand !this.get('disabled') should have been !this.get('isDisabled')
I have an md-btn which sets the isDisabled property. When isDisabled is true, the button style grays out as expected, but the event still gets sent when clicked. Presumably it shouldn't get sent?
My button:
The text was updated successfully, but these errors were encountered: