Overview > NumberInputConstructorArgs

NumberInputConstructorArgs interface

The NumberInput constructor arguments.

Signature:

export interface NumberInputConstructorArgs 

Properties

PropertyModifiersTypeDescription
elHTMLInputElementThe HTML input element to be used.
optionsNumberInputOptionsThe options of the number input.

Methods

MethodDescription
onChange(value)?(Optional) Callback function invoked each time the value is changed.
onInput(value)?(Optional) Callback function invoked on input.