New to Kendo UI for Angular? Start a free 30-day trial
ShowOptions
Specifies whether the Hint or Error messages display.
Use this type to set the showHints
or showErrors
property.
initial
(default)—Displays messages based on the form-bound component state. See Hintinitial
configuration and Errorinitial
configuration.always
—Always displays the messages.
type
ShowOptions = "initial" | "always";