No Property Found For Validation: []
Hello there,
I am having this error after upgrading to filament v3 on one of my form submission. I attached some code snippet.
Thanks in advance.
4 Replies
Please read #✅┊rules and provide some more code
Apology, because I cannot send the whole code using github gists due to company policy.
Upon further investigation, I was able to narrow it down using Ray.
It seem like the form validation is counting the ViewField in too resulting in validation rulekey being empty. Commenting out the ViewField make the form submit fine.
I included the screenshot of Ray outputs, Code inside 'getFormSchema' which I commented out and the ViewField functions.
Solution
You should give all your fields a unique name. Also ViewFields
Ah ok, that fixed it. Thank you.