You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I think needs to happen is that whenv-stepper emits the value on change, then the v-jsf needs to emit it as well? It could be a custom event such as @change-step for example?
I'm a bit weak with JavaScript, so excuse my ignorance if I've missed something.
The text was updated successfully, but these errors were encountered:
I have actually asked a question about this on Stackoverflow, however I'm starting to realise I should already know the answer.
https://stackoverflow.com/questions/70609007/get-current-step-of-vuetify-jsonschema-form-stepper
What I think needs to happen is that when
v-stepper
emits the value on change, then thev-jsf
needs to emit it as well? It could be a custom event such as@change-step
for example?I'm a bit weak with JavaScript, so excuse my ignorance if I've missed something.
The text was updated successfully, but these errors were encountered: