Answers for "how to set input field disabled in html"

2

disable input field

<input type="text" id="lname" name="lname" disabled>
Posted by: Guest on January-06-2022
0

how to fix input field and disabled

<input type="text" readonly="readonly" />
Posted by: Guest on February-07-2020

Code answers related to "how to set input field disabled in html"

Browse Popular Code Answers by Language