OptionalautoFocus?: booleanOptionaldefaultValue?: numberDefault value of the input if using as an "uncontrolled" component.
If this prop changes over time, the field will not be updated.
Optionaldisabled?: booleanOptionalformat?: NumberFormatOptionsFormatting options for displaying the value.
Values will automatically be formatted using the currently active locale.
Optionalinvalid?: booleanOptionalleftItems?: ReactNodeOptionalplaceholder?: stringPlaceholder text that will be displayed while the field has no value.
Optionalrange?: { max?: number; min?: number }OptionalreadOnly?: booleanOptionalrightItems?: ReactNodeOptionalshowStepper?: booleanWhether to show increment/decrement buttons
OptionalstepSize?: numberInteger step size
Optionalstyle?: CSSPropertiesOptionalunit?: stringUnit information displayed next to the current value
Optionalvalue?: numberCurrent value of the input if using a "controlled" component
If this prop changes over time, the field will be updated.
Called when the input loses focus.
Called with the new input value when the value is changed by the user.
Called when the input receives focus.
Component that displays a numeric input field using the currently active HELIO theme.