Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

reactive form disable

this.form.controls['name'].disable(); // disable just name controller
or
this.form.disable(); // disable all
 
PREVIOUS NEXT
Tagged: #reactive #form #disable
ADD COMMENT
Topic
Name
1+9 =