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
This might be more of a Gutenberg issue at the moment but when adding validation_rules to a a field or even via the attributes method the validation appears to be completely skipped. If I add PHP code to disable Gutenberg, the validation functions as expected. I suppose this makes sense since Gutenberg is built with JS but I wanted to raise the issue here because I wasn't finding any related issues when searching.
This might be more of a Gutenberg issue at the moment but when adding
validation_rules
to a a field or even via theattributes
method the validation appears to be completely skipped. If I add PHP code to disable Gutenberg, the validation functions as expected. I suppose this makes sense since Gutenberg is built with JS but I wanted to raise the issue here because I wasn't finding any related issues when searching.On the Gutenberg side the following issue appears to be related: WordPress/gutenberg#13413
The text was updated successfully, but these errors were encountered: