vuetifyjs/vuetify

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

Open

#19.275 geöffnet am 26. Feb. 2024

Auf GitHub ansehen
 (2 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)TypeScript (40.995 Stars) (7.139 Forks)batch import
C: VStepperT: bugT: documentationgood first issue

Beschreibung

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