Linear Mode
The Stepper enables you to set its steps flow using the linear
Boolean property. By default, linear
is set to false
.
When the linear
property is set to true
, the Stepper will require to complete the previous step before proceeding to the next one.
The following example demonstrates how to configure a linear flow of the Stepper: