werkbank
    Preparing search index...
    • A specialized input for entering the day of the month.

      Parameters

      • props: Omit<
            InputProps<ReturnType<typeof createDaySchema>>,
            "value" | "onChange" | "type" | "min" | "max" | "validate",
        >

        Standard input props (excluding value/onChange).

      Returns Element

      The rendered day input.

      Validates that the entered day is valid for the currently selected month and year.