-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When using Input-Group inside a form, the error message comes between the input and the button, if…
-
While registering, users should be required to enter a password that is strong enough and contains at least:
1. A minimum of 8 characters.
2. At least one uppercase letter.
3. At least one lowerc…
-
### 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?
…
-
Please, has anybody been able implement displaying the validation error messages from the backend to the client side for the login form, sign up and creating rentals form. Thank you.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When a user attempts to sign up without entering any data in the input fields, the form does …
-
Currently, the gender selection options are limited to "Male" and "Female," which can be excluding for users who do not identify with these categories. This can lead to a feeling of exclusion and can …
-
**Is your feature request related to a problem? Please describe.**
When users type quickly on the registration form, input validations or API calls may trigger too frequently, leading to excessive se…
-
### Prerequisites
- [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests
- [X] I have read the [contributing guideli…
-
### Describe the bug
if the fields are empty and the form and table are validated, an error occurs when the button is clicked , error Uncaught (in promise) naive-ui.js?v=da9e97c2:60606
### Steps to …
-
### 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 …