MantineTimeInput#

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

Overview#

Time-only input (HH:mm / HH:mm:ss). No displayPattern — the browser’s time picker handles presentation.

Props — Omit<IDatePickerDefinition,'displayPattern'> & TimeInputProps#

Common field props + serverPattern + Mantine TimeInputProps (withSeconds, step, …).

Ref — IDateField#

Same as MantineDateInput.

Example#

<MantineTimeInput
  attribute="opensAt"
  label="Opens at"
  serverPattern="HH:mm"
/>