siteorigin-panels
siteorigin-panels copied to clipboard
Provide Method for Widgets to Validate Fields
Currently, all validation is handled when saving the page and that can make it tricky to reject changes and suggest alternatives. We should implement a JavaScript trigger for developers to validate any data (although not change it) before it's saved and allow them to "reject" changes by preventing the widget from being saved until the validation passes.