|
InputDisabledAttribute
The input disabled attribute is way of declaring that a form field is disabled.
You are here: Home > HTML Reference > Elements > <input> element > disabled attribute Usage<input disabled> <input disabled=disabled> Users cannot interact with disabled inputs, and these inputs will not be included during form submission. ValuesThis attribute is stand-alone; it can be present with no value, or it can have its own name as its value. ElementsYou can use the disabled attribute on the following elements:
Browser compatibility
Further reading |
Sign in to add a comment
