Answers for "disabled attribute is not working in html"

0

disabled attribute is not working in html

try to use disabled="disabled":

<input type="text" id="txtEditAlternate" class="form-control" name="alternate" disabled="disabled" />

I hope it will work for you.
Posted by: Guest on December-05-2020

Code answers related to "disabled attribute is not working in html"

Browse Popular Code Answers by Language