pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.07k stars 264 forks source link

Form Validation: Post editor (block editor) #7343

Open sc0ttkclark opened 1 month ago

sc0ttkclark commented 1 month ago

We need to prevent the block editor saving process when there are fields in an invalid state (required, bad format, etc).

sc0ttkclark commented 1 month ago

@alexstandiford is going to have a go at a proof of concept to give us a head start here.