Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

using condition how to disable radio button in angular

Change(event){
if(event.target.value===2){
this.optionDisable=true;
}
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #condition #disable #radio #button #angular
ADD COMMENT
Topic
Name
2+2 =