- 🇨🇦Canada darkodev
Just getting to migrate a bunch webforms from D7 to D10, and the lack of webform component validation in D10 is rather unfortunate. Looks like the excellent idea of having validation rules apply everywhere died 5 years ago.
Webform Validation module exists but only has a few constraint validators, where the D7 webform validation had things like stop words, etc. I'm guessing the only way to have the Field Validation options for Webform is to create custom validators as per https://www.drupal.org/docs/8/modules/webform/webform-cookbook/how-to-ad... → or via the steps in the Webform Validation README.
I don't see a place to even contribute these in case others are interested.