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
Properties
Section titled "Properties"Dialog
Section titled "Dialog"readonly Dialog: "dialog" Defined in projects/igniteui-angular/core/src/date-common/types.ts:21
DropDown
Section titled "DropDown"readonly DropDown: "dropdown" Defined in projects/igniteui-angular/core/src/date-common/types.ts:20