Answers for "how to make a textbox not editable in html"

7

html input not editable

<input readonly type="text" name="country" value="Norway" >
Posted by: Guest on March-12-2021
2

js making input non typeable

//Use readonly

<input id="myInput" readonly>
Posted by: Guest on June-01-2020

Code answers related to "how to make a textbox not editable in html"

Browse Popular Code Answers by Language