hyTags
HomeHome DocumentationDocumentation

input-get-value

Gets the value of an input or textarea element.
Parameter
Type
Description
return
string
The value of the input or textarea element.
Test Case:Get input value
    <input type="text" value="hello">
    
    <input-get-value>
    <assert-equal value="hello" type="string">
    
    👆 Try to change something!
  • Test succeeded Test failed