3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,136 forks (2,136 forks)batch import
featurehelp wantedquestion
Repository metrics
- Stars
- 13,175 stars (13,175 stars)
- PR merge metrics
- Avg merge 3d 17h (Avg merge 3d 17h)32 merged PRs in 30d (32 merged PRs in 30d)
Description
Prerequisites
What theme are you using?
shadcn
What is your question?
Is it possible to live validate only one field after it has been touched/dirty and not the entire form
Contributor guide
- Research direction
- Investigate how the form handles validation per field by looking at the `validate` function and the `onChange` handler. Check the official documentation for `extraErrors` or `liveValidate` props to see if per field validation is supported.
- Tech stack
- typescriptreact
- Domain
- frontend
- Issue type
- Research
- Prerequisites
- GitReact