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
Currently, the backend part of the dialog only validates the field if a published page not a draft will be created (correct). However, the native browser validation still kicks in and prevents the dialog to be submitted even for drafts.
We should consider if for drafts the native browser validation can be prevented. Maybe a minimal solution could be at least to prevent the required attribute.
The text was updated successfully, but these errors were encountered:
Currently, the backend part of the dialog only validates the field if a published page not a draft will be created (correct). However, the native browser validation still kicks in and prevents the dialog to be submitted even for drafts.
We should consider if for drafts the native browser validation can be prevented. Maybe a minimal solution could be at least to prevent the required attribute.
The text was updated successfully, but these errors were encountered: