API Reference > ui-components > Inputs > QuantityNumberInputProps QuantityNumberInputProps Interface Beta Properties for the QuantityNumberInput component Extends Omit<InputProps, "value" | "min" | "max" | "step" | "onFocus" | "onChange"> Methods Name Description onChange(value: number): void Optional Function to call when the quantity value is changed. Inherited methods Name Inherited from Description nativeKeyHandler(e: KeyboardEvent): void Optional Omit Properties Name Type Description containerClassName undefined | string CSS class name for the QuantityNumberInput component container div max undefined | number number or function defaults to Number.MAX_SAFE_INTEGER min undefined | number number or function Number.MIN_SAFE_INTEGER persistenceValue undefined | number Initial magnitude in 'persistence' units. quantityType QuantityTypeArg Type of quantity being input. ref undefined | Ref<HTMLInputElement> Provides ability to return reference to HTMLInputElement showTouchButtons undefined | boolean if true up/down buttons are shown larger and side by side snap undefined | boolean Set to true to "snap" to the closest step value while incrementing or decrementing (up/down buttons or arrow keys). step undefined | StepFunctionProp increment step value used while incrementing or decrementing (up/down buttons or arrow keys) defaults to 1. Inherited properties Name Type Inherited from Description setFocus undefined | boolean Omit Indicates whether to set focus to the input element Defined in ui/components/src/ui-components/inputs/QuantityNumberInput.tsx Line 25 Last Updated: 11 June, 2024