MantineMonthInput#

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

Overview#

Month-only picker — renders a 12-cell year calendar.

Props — IMonthInputDefinition & MonthPickerInputProps#

Common field props + serverPattern / displayPattern + Mantine MonthPickerInputProps.

Ref — IDateField#

Same as MantineDateInput.

Example#

<MantineMonthInput
  attribute="reportMonth"
  label="Report month"
  serverPattern="YYYY-MM"
  displayPattern="MMMM YYYY"
/>