Console
hyTags
Home
Home
Documentation
Documentation
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 type="text">
<input-set-disabled value="true"> <input-is-disabled> <assert-true>
<input-set-disabled value="true"> <input-is-disabled> <assert-true>
👆 Try to change something!
Live preview
Run
Array
Assert
Attribute
Bool
Class
Closure
Cookie
Data
Date
DateTime
Debug
Element
Error
Event
Form
Fragment
Function
If
Input
Items
Javascript
Loop
Number
Object
Page
Property
Rect
Request
Response
Selection
Storage
String
Style
Time
Url
Value
Var
Window
Quick Reference
Test succeeded
Test failed