getValue()
returns the current value of an Input control
getValue(): string | number;
Returns:
A string, or number with the current value of the control.
Example
const value = form.getItem("input").getValue();
// -> "John"
returns the current value of an Input control
A string, or number with the current value of the control.
Example
const value = form.getItem("input").getValue();
// -> "John"