- Issue created by @murz
- Merge request !6Issue #3519202: Expose general constraints to the form elements β (Open) created by murz
- πΏπ¦South Africa rudolfbyker South Africa
Very good idea, once again.
- Note the failing validations at https://git.drupalcode.org/issue/auto_config_form-3519202/-/jobs/4967535
- Tests, please :) See https://www.drupal.org/project/auto_config_form/issues/3515438#comment-1... β¨ Adding descriptions to the form fields from schema Active . I don't think that functional tests (a.k.a. browser tests) will be necessary, since we can trust the Drupal Form API to be well tested already. Unless we want to test our usage of the Drupal Form API, then it would be good to actually check in the browser that the client-side validation is working. I'm in two minds about this, because Drupal does not warn us if we include unused stuff in the form definition, which might lead to a situation where we think we are implementing client-side validation, but in fact are not.