getValue()
returns the current value of a Select control
getValue(): string | number;
Returns:
A string, or number with the current value of the control.
Example
const value = form.getItem("select").getValue();
// -> "1"
returns the current value of a Select control
A string, or number with the current value of the control.
Example
const value = form.getItem("select").getValue();
// -> "1"