Events
Events | Description |
---|---|
on_change | (optional) will be called on value changes made by the user. Returns an object with the value as a string and the native event: { value, numberValue, cleanedValue, event } . |
Input | (optional) all Input events are supported. |
NB: numberValue
is returned as a float value and is only returned if the createNumberMask is used by either using number_mask
, currency_mask
, as_number
or as_currency
.