Created
September 18, 2020 04:44
-
-
Save jcamilom/7d4091ee6d1bbb8ba2c191b078f8ea10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiCheckControl = new FormControl({ | |
value: TEST_INITIAL_VALUE, | |
disabled: true | |
}); | |
multiCheckControl.disabled(); | |
multiCheckControl.enabled(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment