New to Kendo UI for Angular? Start a free 30-day trial
ShowOptions
Updated on Jun 6, 2025
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 Hintinitialconfiguration and Errorinitialconfiguration.always—Always displays the messages.
type ShowOptions = "initial" | "always";