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
I'm trying to validate US zip code which is 5 digits. In the collectjs docs there isn't a min/max length field validator, I can easily write a regex that expect 5 digits exactly and the docs say there is regExp field validation but no example is given on how it works. Even your own form builder produces an error when "regExp" validator is selected for a new field: https://forms.vgs.dev/
Uncaught (in promise) Error: Invalid validations: regExp
Can you provide a working example?
The text was updated successfully, but these errors were encountered:
Hey there,
I'm trying to validate US zip code which is 5 digits. In the collectjs docs there isn't a min/max length field validator, I can easily write a regex that expect 5 digits exactly and the docs say there is
regExp
field validation but no example is given on how it works. Even your own form builder produces an error when "regExp" validator is selected for a new field:https://forms.vgs.dev/
Can you provide a working example?
The text was updated successfully, but these errors were encountered: