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
There are a few methods in the radio adapter that should instead be handled by the component:
isChecked
setChecked
isDisabled
getValue
setValue
setDisabled is a special case since there is some business logic, but we should move this.getNativeControl_().disabled = disabled; into the component and out from foundation.
Once the above are moved, getNativeControl_ can be removed from the foundation, which partially fixes #2684.
The text was updated successfully, but these errors were encountered:
moog16
changed the title
Move Radio getNativeControl from adapter into component
Remove Radio getNativeControl from adapter into component
Oct 15, 2018
moog16
changed the title
Remove Radio getNativeControl from adapter into component
Remove Radio getNativeControl from adapter
Oct 15, 2018
Similar to this issue: #3396
There are a few methods in the radio adapter that should instead be handled by the component:
setDisabled
is a special case since there is some business logic, but we should movethis.getNativeControl_().disabled = disabled;
into the component and out from foundation.Once the above are moved,
getNativeControl_
can be removed from the foundation, which partially fixes #2684.The text was updated successfully, but these errors were encountered: