Overview > NumberInputConstructorArgs
NumberInputConstructorArgs interface
The NumberInput constructor arguments.
Signature:
export interface NumberInputConstructorArgs
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
el | HTMLInputElement | The HTML input element to be used. | |
options | NumberInputOptions | The options of the number input. |
Methods
Method | Description |
---|---|
onChange(value)? | (Optional) Callback function invoked each time the value is changed. |
onInput(value)? | (Optional) Callback function invoked on input. |