getValue()
returns the current value of a Textarea control
getValue(): string;
Returns:
A string with the current value of the control.
Example
const value = form.getItem("textarea").getValue();
// -> "Some nice text"
returns the current value of a Textarea control
A string with the current value of the control.
Example
const value = form.getItem("textarea").getValue();
// -> "Some nice text"