Search
    Preparing search index...

    Свойства по умолчанию для элемента выбора даты

    interface DatePickerDefaultProps {
        mode: "year" | "month";
        pickerType: "dateTime" | "date";
        showSuffix: boolean;
    }
    Index

    Properties

    mode: "year" | "month"

    Режим выбора: месяц или год.

    pickerType: "dateTime" | "date"

    Тип выбора: дата или дата/время.

    showSuffix: boolean

    Отображать ли иконку суффикса.