Skip to content
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

fix(forms): set disabled components from form control #10006

Merged
merged 6 commits into from
Jan 13, 2017

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Jan 12, 2017

DO NOT SQUASH!

I separated these commits on purpose because they are all on separate components (even though they do the same thing basically).

What this does:

  1. Sets disabled state from FormControl on the following components w/ custom value accessors:
    • checkbox
    • datetime
    • range
    • select
    • toggle
  2. Adds the disabled input to the radio-group and then sets disabled state for all radio buttons when set from the FormControl for the radio group

fixes #9998, related to #9834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Toggles and Radio should handle formControl disable
2 participants