Get the value of the control.
Without settings specified, the HTML value will be delivered, like jQuery does.
That means, that for some controls, the settings parameter will be mandatory to retrieve an useful value.
Returns string | number
setValue
setValue(value, settings?): void
Set value of the control, can be asynchron, depending on the control type.
Get the value of the control.
Without settings specified, the HTML value will be delivered, like jQuery does.
That means, that for some controls, the settings parameter will be mandatory to retrieve an useful value.