werkbank
    Preparing search index...
    • A numeric input for entering the month (1-12).

      Parameters

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

        Standard input props (excluding value/onChange).

      Returns Element

      The rendered month input.