-
### Have you already checked if a similar item is present on manager-components?
- [X] Yes, I have already checked the existing components/hooks/utils.
### What do you expect from this request?
…
-
### Describe the bug
When using zodValidator, even if I set a valid value with setFieldValue, canSubmit does not become true
```
import { zodValidator } from '@tanstack/zod-form-adapter'
import { z …
-
### 🐞 **Problem**
React Scale currently lacks built-in support for form validation libraries. Developers are required to manually integrate and configure validation libraries like **Yup** or **…
-
**Describe the bug**
In your documentation you have react hook form example. When user does not fill the fields and clicks "Next" it triggers validation, which is wanted effect. However although the …
-
## 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…
-
**Task: Schedule Manager Application**
**Objective:** Develop a schedule manager application that allows users to add, view, edit, and delete tasks/events on a calendar or list view.
**Requirements…
-
MUI datepicker with react-hook-form validation
-
The current sign-up and login page has the following issues:
- The design is not user-friendly or visually appealing.
- There is no validation for the input fields, which can lead to incorrect or …
-
### Summary
Add form validation for every form
### Description
After #51 is merged add, form validation for every form using react-hook-form, yup. Add proper schema and add all generic validations.…
-
### 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…