MantinePinInput#

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

Overview#

Segmented one-character-per-cell input — OTPs, PINs, short verification codes.

Props — IPinInputDefinition & PinInputProps#

Common field props plus Mantine PinInputProps (length, type, mask, oneTimeCode, …).

Ref — ITextField#

Same as MantineTextField.

Example#

<MantinePinInput
  attribute="otp"
  label="Verification code"
  length={6}
  type="number"
  oneTimeCode
/>