-
In den HydrotestResultaten und CasingElementen werden die Pflichtfelder nicht mit einem roten Hintegrund dargestellt, wenn sie leer sind. Habe keinen Lösung dazu gefunden und deshalb einen Issue bei R…
-
### Version Number
7.48.2
### Codesandbox/Expo snack
https://codesandbox.io/p/sandbox/calc-forked-yslhrt?file=%2Fsrc%2FApp.tsx%3A38%2C53
### Steps to reproduce
remove all fields
press …
-
### Version Number
7.48.2 (as you can see in codesandbox, i'm running 7.39.7 in my project with the same result)
### Codesandbox/Expo snack
https://codesandbox.io/s/trusting-voice-287f6c?file…
-
Hello,
I recently just started running into a strange issue with my form. When I try to save, I now receive the following error
```console
7:49:50 AM [vite] Internal server error: The body has …
-
In an scenario where you have a very huge larger formly component if you want to divide the ts in components how we can reach this logic in formly ? Since formly is based in ractive forms and form…
-
Right now, we _do_ support Field Arrays, but their usage is not clear and I have low confidence as a maintainer that we won't break them in the future. Let's update docs and tests for field arrays so …
-
I am following the very well-written documentation (thank you for that)!
However, it seems there is one area missing in this page: https://modularforms.dev/qwik/guides/input-components
And that …
-
Hi,
First of all, this is a great library so thanks for that!
I'm building a component alongside my form which has nested values (so a lot of FieldArrays inside FieldArrays) which allows a user…
-
What (if possible) is the correct way to define that either the email or phone is a string > 1?
```
var formModelSchema = yup.object({
email: yup.string().email().when('phone', {
…
-
**Describe the bug**
Zod array length validation does not trigger when using the `append` method from `useFieldArray`.
**To Reproduce**
1. Use `zod` and `@hookform/resolvers` for validation.
…