-
**Is your feature request related to a problem? Please describe.**
Before submitting a form, it is generally best practice to highlight problematic fields when they are not accepted.
**Describe the s…
-
Hello,
[standard-schema](https://github.com/standard-schema/standard-schema) is a community effort to build a standard interface for schema libraries without any runtime dependencies, just by imple…
-
**Describe the bug**
`informantType` is one of the required fields in the informant section of the form as mentioned in the config service validation
https://github.com/opencrvs/opencrvs-core/blob/d…
-
# Netflix Clone Project Issues and Fixes
## Issue 1: Buttons Not Responsive in 'Help Section'
**Description:**
In the Netflix clone project, the buttons in the "Questions? Call 000-800-919-1694…
-
1.When Clicked on Home button in index.html it is not navigating it is showing error
2. when clicked on Logo in Navbar same issue , it is not navigating to index.html
3. Can enhance the UI of Contac…
-
### Prerequisites
- [X] I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs)
### What theme are you using?
material-ui
### Is your feature request related to a p…
-
Description:
Currently, the form on our project lacks validation logic, which is essential for ensuring data integrity and user experience. Additionally, integrating automatic location fetching usi…
-
### Describe the bug
```
const form1validatorObj = z.object({
field1: z.string().min(100, {message: "form 1 error"})
})
const form2validatorObj = z.object({
field2: z.string().min(100,…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
The `Body`, `File`, and `Form` parameters don't support `alias`.
The following snippet…