New to Kendo UI for Angular? Start a free 30-day trial
InputSize
Specifies the possible size
options for the inputs.
Use this type to set the size
property.
type
InputSize = "small" | "medium" | "large" | "none";