UPDATE: We open source the EPiServer Forms Samples project (contain the complexDateTimeElement) at repo https://github.com/episerver/EPiServer.Forms.Samples and https://github.com/episerver/EPiServer.Forms.Demo . We will periodically push code to them.
I'm trying to add an Episerver Forms custom validator to my project using the RegularExpressionValidatorBase
This works fine. Validator shows in the UI, so I can select it. (also added displayname and message to the language file)
However, there is no client side validation yet. How do I register my RegEx validator to also do client side validation?
It must somehow be added to the epi.Episerver.Forms.Validators list like the other validators in EPiServerForms.js
Thanks