vuetifyjs/vuetify

[Bug Report][3.5.2] v-stepper "non-linear" property not working as expected

Open

#19275 opened on Feb 26, 2024

View on GitHub
 (2 comments) (3 reactions) (0 assignees)TypeScript (40,995 stars) (7,139 forks)batch import
C: VStepperT: bugT: documentationgood first issue

Description

Environment

Vuetify Version: 3.5.2 Vue Version: 3.4.15 Browsers: Chrome 121.0.0.0 OS: Windows 10

Steps to reproduce

With "non-linear" property, ideally, user should be allowed to move through the steps when they click on the v-stepper-header. However, the property seems to have no effect. Only when "editable" is added, user is allowed to move non-linearly by clicking on the header.

Expected Behavior

Adding "non-linear" alone to the v-stepper should allow user to move from one step to another by clicking on the v-stepper-header.

Actual Behavior

Only when "editable" property is added, user can click on the steps to move non-linearly. "non-linear" seems to have no effect.

Reproduction Link

https://play.vuetifyjs.com/#...

Contributor guide