You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: