Is there a method to use the Granite UI's validation service to actually stop a form from being submitted?For example: I want to validate a field named tabAnchor against a regex. I produce the following javascript, leveraging the Granite API. (function($, Granite) { "use strict"; var unitPattern = /...