About 11,900,000 results
Open links in new tab
  1. HTML input disabled Attribute - W3Schools

    The disabled attribute can be set to keep a user from using the <input> element until some other condition has been met (like selecting a checkbox, etc.). Then, a JavaScript could remove the …

  2. HTML DOM Input Text disabled Property - W3Schools

    Disable a text field: The disabled property sets or returns whether a text field is disabled, or not. A disabled element is unusable and un-clickable. Disabled elements are usually rendered in gray …

  3. How would you make HTML text appear disabled? - Stack Overflow

    Feb 14, 2018 · When I inspect the element, I can see the attribute has been added. In fact, even if my original code looks like this: the text doesn't appear disabled. It seems I'm going down the …

  4. HTML attribute: disabled - HTML: HyperText Markup Language

    Apr 10, 2025 · Here are examples of a disabled checkbox, radio button, <option> and <optgroup>, as well as some form controls that are disabled via the disabled attribute set on …

  5. How to enable a disabled text field? - Stack Overflow

    Jul 28, 2014 · Setting disabled to false per the accepted answer will just change the attribute to 'disabled = false' and the element will remain disabled. You can enable a disabled html control …

  6. HTML | DOM Input Text disabled Property - GeeksforGeeks

    Aug 26, 2022 · The DOM Input Text disabled Property is used to set or return the whether the Input Text Field must be disabled or not. A disabled Text Field is un-clickable and unusable.

  7. HTML <input> disabled Attribute - GeeksforGeeks

    Aug 12, 2022 · The disabled attribute for <input> element in HTML is used to specify that the input field is disabled. A disabled input is un-clickable and unusable. It is a boolean attribute. …

  8. HTML disabled Attribute - GeeksforGeeks

    Aug 28, 2024 · Example: In this example showcases a disabled <fieldset> containing a text input. The disabled attribute prevents interaction with all elements inside the fieldset, making them …

  9. HTML Input Box - Disable - Stack Overflow

    Dec 16, 2008 · what is the code to disable an INPUT text box for HTML? See the W3C HTML Specification on the input tag for more information. This will make a text box in readonly mode, …

  10. HTML DOM Input Text Disabled Property - Online Tutorials …

    Learn about the HTML DOM Input Text Disabled Property, how to use it and its significance in web development.

  11. Some results have been removed
Refresh