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
I have a second page with a form that I want to pre-fill with data retrieved from an API. I declared the reactive state to use as the form's state and set the properties with values, but in this case, the validations do not work.
For what version of Nuxt UI are you asking this question?
v3.0.0-alpha.x
Description
I have a login page with schema validation, and the
:state
is passed as undefined, but everything works without problems.I have a second page with a form that I want to pre-fill with data retrieved from an API. I declared the reactive state to use as the form's state and set the properties with values, but in this case, the validations do not work.
How can I set up a form with pre-filled data while keeping the validation?
Thanks!
The text was updated successfully, but these errors were encountered: