Replies: 1 comment 1 reply
-
Considering this for #4497 but then that could make it confusing to use one over the other. So maybe |
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
-
It would be nice if useField() composable could expose a binds value which could then be bound to the input.
So I don't have to pass the form reference down of useForm so I can do form.defineComponentBinds('key')
At the moment my work around is to pass through the parent form as a prop, inject or store it somewhere in global state so I can access it.
Beta Was this translation helpful? Give feedback.
All reactions