MantineNumberPickerInput#

@palmyralabs/rt-forms-mantine · form/MantineNumberPickerInput.tsx

Overview#

Stepper-style number picker — NumberInput in picker mode with quick +/- controls.

Props — ITextFieldDefinition & NumberInputProps#

Common field props plus Mantine number-picker props.

Ref — ITextField#

Same as MantineTextField.

Example#

<MantineNumberPickerInput
  attribute="quantity"
  label="Quantity"
  min={1} max={100}
  defaultValue={1}
/>