OptionalallowSets whether the value can be null. If not then it will be 0 instead of null.
OptionalbindingA binding to use with this Element.
OptionalblurSets whether pressing Enter will blur (unfocus) the field. Defaults to true.
OptionalblurSets whether pressing Escape will blur (unfocus) the field. Defaults to true.
OptionalclassThe class attribute of this Element's HTMLElement.
OptionaldomThe HTMLElement to create this Element with. If not provided this Element will create one.
OptionalenabledSets whether it is possible to interact with this Element and its children.
OptionalerrorSets whether the Element is in an error state.
OptionalheightSets the initial height of the Element.
OptionalhiddenSets whether this Element is hidden. Defaults to false.
OptionalhideHide the input mouse drag slider.
OptionalidThe id attribute of this Element's HTMLElement.
OptionalignoreIf true, this Element will ignore its parent's enabled value when determining whether this element is enabled. Defaults to false.
OptionalinputThe input element to associate this InputElement with. If not supplied one will be created instead.
OptionalisSets whether this Element is at the root of the hierarchy.
OptionalkeySets whether any key up event will cause a change event to be fired.
OptionallinkLinks the observer attribute at the path location in the given observer to this Element.
OptionalmaxSets the maximum value this field can take.
OptionalminSets the minimum value this field can take.
OptionalonIf provided and the Element is changeable, this function will be called each time the element value is changed.
OptionalonIf provided and the Element is clickable, this function will be called each time the element is clicked.
OptionalonIf provided and the Element is removable, this function will be called each time the element is removed.
OptionalparentSets the parent Element.
OptionalplaceholderSets the placeholder label that appears on the right of the input.
OptionalprecisionSets the decimal precision of this field. Defaults to 2.
OptionalreadWhether this Element is read only or not. Defaults to false.
OptionalrenderIf true each input will flash on changes.
OptionalstepSets the amount that the value will be increased or decreased when using the arrow keys and the slider input.
OptionalstepSets the amount that the value will be increased or decreased when holding shift using the arrow keys and the slider input. Defaults to NumericInput#step * 0.1.
OptionalstyleSets an initial value for Element.dom.style.
OptionaltabSets the tabIndex of the Element.
OptionalvalueSets the value of the Element.
OptionalvaluesSets multiple values to the Element. It is up to the Element to determine how to display them.
OptionalwidthSets the initial width of the Element.
The arguments for the NumericInput constructor.