DatePickerEntryMode
DatePickerEntryMode
enum has the following values:
CALENDAR
A calendar grid is displayed and the user taps the day they wish to select. The user can change the mode.
CALENDAR_ONLY
A calendar grid is displayed and the user taps the day they wish to select. The user cannot change the mode.
INPUT
A text field is displayed and the user types in the date they wish to select. The user can change the mode.
INPUT_ONLY
A text field is displayed and the user types in the date they wish to select. The user cannot change the mode.