Is there a default "display error on form() submit" method that I can use? Or should this be built in manually? I have added "->required()" to the form fields in my form() function to show the required asterisk "*". At the moment, when leaving the field marked "required()" empty and trying to submit only this shows in the console "Form still has errors" from the open-admin-form.js file.
Is there a default "display error on form() submit" method that I can use? Or should this be built in manually? I have added "->required()" to the form fields in my form() function to show the required asterisk "*". At the moment, when leaving the field marked "required()" empty and trying to submit only this shows in the console "Form still has errors" from the open-admin-form.js file.