API Reference > ui-core > Inputs > NumericInputProps NumericInputProps Interface Beta @deprecated use NumberInput Properties for the NumericInput component Extends Omit<ReactNumericInputProps, "step"> CommonProps Properties Name Type Description step undefined | StepFunctionProp Inherited properties Name Type Inherited from Description componentClass undefined | string Omit defaultValue string | number Omit format undefined | (value: | number, strValue: string) => string Omit max undefined | BoundsFunctionProp Omit maxLength undefined | number Omit min undefined | BoundsFunctionProp Omit mobile boolean | "auto" | () => boolean Omit noStyle undefined | boolean Omit noValidate string | boolean Omit onBlur undefined | FocusEventHandler<HTMLInputElement | HTMLDivElement> Omit onChange undefined | (value: | number, stringValue: string, input: HTMLInputElement) => void Omit onFocus undefined | FocusEventHandler<HTMLInputElement | HTMLDivElement> Omit onInput undefined | FormEventHandler<HTMLInputElement> Omit onInvalid undefined | (error: string, value: | number, stringValue: string) => void Omit onKeyDown undefined | KeyboardEventHandler<HTMLInputElement | HTMLDivElement> Omit onSelect undefined | ReactEventHandler<HTMLInputElement> Omit onValid undefined | (value: | number, stringValue: string) => void Omit parse undefined | (value: string) => | number Omit precision number | () => undefined | | number Omit setFocus undefined | boolean Omit Indicates whether to set focus to the input element snap undefined | boolean Omit strict boolean Omit value string | number Omit Defined in ui/core/src/ui-core/inputs/numericinput/NumericInput.tsx Line 24 Last Updated: 11 June, 2024