hyTags
HomeHome DocumentationDocumentation

input-set-disabled

Sets the disabled state of an input or textarea element.
Parameter
Type
Description
value
Bool
The disabled state to set (true or false).
return
void
The selection with the updated disabled state.
Test Case:Set input disabled
    <input type="text">
    
    <input-set-disabled value="true">
    <input-is-disabled>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed