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 would be the best approach to using forms with custom inputs, even 3rd party inputs like vuetify or quasar and so on? Do you advise to use defineField at the form/parent level or useField in the input wrapper around those inputs? What makes the most sense?
And if I use useForm and useField which one is in charge of the value?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What would be the best approach to using forms with custom inputs, even 3rd party inputs like vuetify or quasar and so on? Do you advise to use
defineField
at the form/parent level oruseField
in the input wrapper around those inputs? What makes the most sense?And if I use
useForm
anduseField
which one is in charge of the value?Beta Was this translation helpful? Give feedback.
All reactions