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
no, currently only "text-based input fields" are supported (as of https://wcm.io/caconfig/editor/validation.html, probably not written explicitly enough), that means text field, text area, pathbrowser.
it would be great to extend the validation support for dropdown fields, but it will be a bit tricky due to the combination of AngularJS and Granite UI. PRs would be welcome!
please note there is also a special property "required" to apply a required validation, this is easier then using a custom validation. but iirc it's also currently not supported for dropdown field for same reason.
i will take a not to improve the documentation around this.
We are trying to make a dropdown field mandatory but it does not work.
Example of dropdown with required
Example of dropdown with custom validation class.
Is this supported or will it be in the future?
Many thanks.
The text was updated successfully, but these errors were encountered: