Using defineComponentBinds with Pinia Store #4435
saidinusah
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you tried // keep all values when their fields get unmounted
const { values } = useForm({
keepValuesOnUnmount: true,
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, so i'm trying to use pinia store for my form data in combination with my customer inputs but i can't get the components to expose the field value to be persisted in the store.
This is my store.
This is my customer component which divides the form into various sections

This is my form component

And this is my custom input component
Beta Was this translation helpful? Give feedback.
All reactions