MdCheckbox disabled by FormControl API cannot be enabled if clicked while disabled #4037
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Bug, feature request, or proposal:
Hookup a MdCheckbox to a FormControl.
disable()
, try to click check, andenable()
the form control.Checkbox appears enabled but cannot be focused or checked/un-checked.
What is the expected behavior?
Checkbox should be able to be disabled/enabled using FormControl API and user interacting with disabled checkbox should not break it.
What is the current behavior?
disable()
enable()
Sometimes I see:
This seems to depend on whether you toggled the checkbox before disabling it.
What are the steps to reproduce?
https://github.com/arlowhite/material2/tree/checkbox-control-disable-bug
npm run demo-app
Go to Input
Scroll to Checkbox BUG
Which versions of Angular, Material, OS, browsers are affected?
angular2 master 9d719c5
Ran
npm update
in material2 project April 11thAngular 4.0.1
Affects Chrome and Firefox; haven't tried others.
The text was updated successfully, but these errors were encountered: