Answers for "html input type display only"

2

js making input non typeable

//Use readonly

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

using value attribute in input tag makes it read only

use defaultValue tag
Posted by: Guest on August-04-2020

Code answers related to "html input type display only"

Browse Popular Code Answers by Language