Well, it would be nice to add a function that could pull a regular expression from the validation scheme, at least for strings, so that if js is disabled, the pattern in input can work:
To somehow unify verification on the client (even if there is no js) and validation on the server
Well, it would be nice to add a function that could pull a regular expression from the validation scheme, at least for strings, so that if js is disabled, the pattern in input can work:
To somehow unify verification on the client (even if there is no js) and validation on the server