getValue()
returns the current value of a Text control
getValue(): string | number;
Returns:
A string, or number with the current value of the control.
Example
const value = form.getItem("text").getValue();
// -> "I am a nice text"
returns the current value of a Text control
A string, or number with the current value of the control.
Example
const value = form.getItem("text").getValue();
// -> "I am a nice text"