New to Kendo UI for Angular? Start a free 30-day trial
InputFillMode
Specifies the possible fillMode
options for the inputs.
Use this type to set the fillMode
property.
type
InputFillMode = "solid" | "flat" | "outline" | "none";