New to Kendo UI for Angular? Start a free 30-day trial
DateInputFillMode
Represents the possible fillMode options of the DateInput.
The possible values are:
solid
(Default)flat
outline
none
type
DateInputFillMode = "solid" | "flat" | "outline" | "none";