Answers for "how to disable all input in class"

CSS
2

disable input field

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

input disabled remove css

pointer-events:none;
Posted by: Guest on March-21-2020

Code answers related to "how to disable all input in class"

Browse Popular Code Answers by Language