-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
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
feature(radio): Add ripple effect to radio button #1553
Conversation
CC @dozingcat if you happen to have a bit of time, could you also take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally made this comment a few days ago and then forgot to send it.
return this._elementRef.nativeElement; | ||
} | ||
|
||
isRippleEnabled() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you need this method instead of binding directly to the disableRipple
property?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can bind directly to the disableRipple property. Just referred what button did for ripple. I can change that for button too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Synced and resolved conflicts. Use coerceBooleanProperty for disableRipple.
CLAs look good, thanks! |
LGTM |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Removed the ripple placeholder and added the real md-ripple
Closes issue #1449
R: jelbourn