Description
The method FormComponent#validateValidators() (and every other place where validators are validated) should first check whether the validator is enabled via the Behavior#isEnabled(Component) method. This would make it easy to create conditional validators.