Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

disable input angular

<input [readonly]="this.isEditable" 
    type="text" 
    formControlName="reporteeName" 
    class="form-control" 
    placeholder="Enter Name" required>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disable #input #angular
ADD COMMENT
Topic
Name
9+1 =