-
Sign up page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.
Use zod to define…
-
Got:
```
Type 'Control' is not assignable to type 'Control'.
Types of property '_updateFieldArray' are incompatible.
Type 'import("/xxx/node_modules/react-hook-form/dist/types/form").BatchF…
-
### Describe the bug
Validation mode `'ValidateAndHide'` does not hide error messages in array object cells (rendered by the React MaterialTableControl)
### Expected behavior
The error should be …
-
Hello guys! I'm using the MaterialUI Lib, with React Hook Form and FormMask, but my input is disappearing. This is how i'm using it:
**Form page:**
```tsx
const schema = yup
.object({
n…
-
https://github.com/networknt/react-schema-form
though its running an old version of material ui - so we will need to wait until its been updated. or update it ourselves.
-
- [x] implement sign up form component
- [x] add reusable Form wrapper with react-hook-form
- [x] define schemas for User entity and sign up form validation
- [x] implement client side validation of f…
-
### What version of React Router are you using?
6.26.1
### Steps to Reproduce
This is a common usage:
Giving a Prisma schema:
```prisma
// schema.prisma
model User {
// ...
active bool…
-
## Task: Implement Contact Form Logic
### Description
We need to update the existing contact form to improve its functionality and move away from deprecated dependencies. The form is currently…
-
I really love gum. But i also love huh forms (https://github.com/charmbracelet/huh) 😅 !
Are there any plans to integrate huh forms int gum ?
I would really love to just use gum to huh render t…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…