Events
| Property | Type | Description |
|---|---|---|
onChange | function | (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 | Various | (optional) All Input events are supported. |
NB: numberValue is returned as a float value and is only returned when using numberMask, currencyMask, asNumber, or asCurrency.