PickerInteractionMode

This enumeration is used to configure whether the date/time picker has an editable input with drop down or is readonly - the date/time is selected only through a dialog.

Type

const PickerInteractionMode: {
    readonly Dialog: "dialog";
    readonly DropDown: "dropdown";
}

Defined in projects/igniteui-angular/core/src/date-common/types.ts:19, projects/igniteui-angular/core/src/date-common/types.ts:23