Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.6.9] v-stepper-vertical: Data Loss on Step Change #20025

Closed
Assignees
Labels
C: VStepper VStepper T: bug Functionality that does not work as intended/expected
Milestone

Comments

@vciloglu
Copy link

Environment

Vuetify Version: 3.6.9
Vue Version: 3.4.29
Browsers: Chrome 125.0.0.0
OS: Windows 10

Steps to reproduce

In the v-stepper-vertical component, data filled and displayed via a button within a v-stepper-vertical-item is lost when navigating away to a different step and then returning. This issue negatively impacts user experience by causing loss of form data. Resolving this problem would ensure a more consistent and reliable user experience.

Expected Behavior

The data entered and displayed within a v-stepper-vertical-item should persist when navigating between different steps. Users should be able to move back and forth between steps without losing any previously entered data, ensuring a seamless and uninterrupted workflow.

Actual Behavior

Currently, data entered and displayed within a v-stepper-vertical-item is lost when navigating away to a different step and then returning. This causes users to lose their input and disrupts the workflow, requiring them to re-enter data.

Reproduction Link

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

@KaelWD
Copy link
Member

KaelWD commented Jun 19, 2024

You can set eager on each item, it should be inherited from the parent though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment