I'm running the latest Docker version of self-hosted Docuseal, and the Regexp validation doesn't seem to work.
The pattern I'm using is:
^\+?\d{1,4}?[-.\s]?\(?\d{1,3}?\)?[-.\s]?\d{1,4}[-.\s]?\d{1,4}[-.\s]?\d{1,9}$
It should work for simple phone number validation – see https://regex101.com/r/bCgjPz/2
When I'm filling the form with the wrong values, no error is shown, which is not expected behaviour, as I believe.