-
-
### 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 work…
-
Any thoughts on using zod for the schema validation?
-
**Is your feature request related to a problem? Please describe.**
Since my project extensively uses [zod](https://github.com/colinhacks/zod) I want to be able validate `InputType`s and maybe `Object…
-
Advantages -
1. Immediate feedback for users as they interact with forms.
2. Catch common errors before sending data to the server, reducing unnecessary server load.
3. Ensures that all incoming d…
-
How hard would it be for you to add related schema name as `description` to generated Zod schema?
It would allow us to log Schema name in case zod validation fails by pulling data from `.descriptio…
-
## Problem
We need to add validation piplines for routes on the backend.
## Solution
We are planing on using zod, but the discussion is still open. You can share any updates on this thread.
-
Install the Zod library to validate inputs before being passed to the backend.
Input Forms that need validation include
- [x] Edit Profile Page
- [ ] Support/Feeback Page (To be created)
-
Hi,
I've just been debugging why my Zod wasn't working with the zodios-express library. And it looks like by default zodios-express removes any validation added by `refine` and `superRefine` callba…
-
hello and thanks for this clean code
but i see that you re implementing the dto validation inside the same class
my suggestion to use an external library like zod
to do the validation in separat…