getValue()
returns the current value of a ColorPicker control (in the Hex format)
getValue(): string;
Returns:
A string with the current value of the control.
Example
const value = form.getItem("colorpicker").getValue();
// -> "#90D2AF"
returns the current value of a ColorPicker control (in the Hex format)
A string with the current value of the control.
Example
const value = form.getItem("colorpicker").getValue();
// -> "#90D2AF"