-
The validators are need for each form request, so we need them. @IlliaPonomarov please provide a list of some sort of what methods need to have them now
-
Since this alters the package.json file quite a bit in some cases, not sure if you want to add some more debug output after rewriting the package.json file.
Relevant: https://github.com/gorillamania/…
-
-
```
trafaret.Email('contaсt@kmgaszbut.104.ua')
~/py/ocean/ocean_ai/env/lib/python3.6/site-packages/trafaret/base.py in __call__(self, val, context)
154
155 def __call__(self, val, co…
-
Return error code for property validate rules on API application.
ghost updated
3 months ago
-
Hello, thank you for the package, really awesome
I have been trying to add validation message, can you put me through how to add validation message in custom message and in translations.
Thank…
-
Hi,
I have a Cambo box that has a dynamic content which is displayed with jquery ajax.
When I submit the form, validator doesn't seem to recognise this cambo box.
do you please have an idea how to so…
-
Can't upload multiple files from local computer using uploader on the validator screen - only one file uploads, then list/page refreshes. The rest of the uploading files fail if you try to queue more …
-
Hmm. I am on Rails 5.2.2 and I just installed the devise-security gem. I'm unsure if I configured it right, but when I try to run Rails with :secure_validatable turned on, Rails returns an error:
…
-
**Is your feature request related to a problem? Please describe.**
Provide regex patterns for common use cases like:
- [ ] URL
- [ ] email
- [ ] hashtags
- [ ] hex color
Each pattern should be…