hyTags
HomeHome DocumentationDocumentation

selection-set-disabled

Sets the disabled state of the selected input element.
Parameter
Type
Description
value
Bool
True to disable, false to enable
return
void
Void
Test Case:Set input to disabled
    <input type="text">
    
    <selection-set-disabled value="true">
    <selection-is-disabled>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed