Replies: 1 comment
-
Validations are working correctly in my demo / testing app. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
None of the rules I try to add on the fields seem to work. I have table repeaters in an Edit page and I've tried using ->required() or ->nullable(false) on the fields yet none of them prevent the form submission or give errors at the front. I have also used ->markAsRequired() but this only adds the * to the header.
Here's an image of the desired functionality I am looking for (this is with using the built-in Repeater). How can I achieve this? If noti what is the alternative?
Thank you!
Ece
Beta Was this translation helpful? Give feedback.
All reactions