New to Kendo UI for Vue? Start a free 30-day trial

Wizard Steps validation

The main scenarios of the usage of the Wizard functionality are two:

  • Validating the user input on submit(on the last step of the Wizard)
  • Validating the user input on every step

Below you will find two examples that cover each of the above scenarios.

Validating Wizard inputs on submit

The following example demonstrates a multi-step form with a validation of the controls on submit:

Example
View Source
Change Theme:

Validating Wizard inputs on each step

The following example demonstrates a multi-step form with a validation of the controls on each step:

Example
View Source
Change Theme: