-
In my project I have 1 async validator on user name when creating a new user in the application. This validator simply tries to find a user by userName on the server and when it's not found (404 respo…
-
```
When working with JSON, a request needs to be unserialized to a model first,
before it makes sense to do any validation on model properties. But the current
Validator framework works on plain Ht…
-
### Actual Behavior
When using a RadioField, the "for" attribute of the associate label, points to the id of a list, whitch is incorrect since list are not form controls, this cause problems with ht…
-
### Description
We're trying to create AMP forms whose inputs are saved when you go out of focus for the field (i.e: on `change` event). So every time I change an input field and tab out to the next …
-
URL: https://hcdev.openplus.ca/en/user/login
User Agent: Firefox
Language: English
**Issue Description:** Page fails HTML validation.
**Steps to reproduce:**
1. Generate source code
2. Copy co…
-
validate是不是可以考虑接收数组,如validate([{req,msg},{req,msg}]这样
-
How about an option to replace all invalid entries, as reported by a validator, by their default value if specified. A warning may be issued in such case.
The option may take the form of an improveme…
-
Hi i'm using your bundle, with "normal" variable it's since to work perfect. But with text varaible i have trouble. it never give back uncript value, alway give encript in twig.
Eny help? Thank
-
When i use this code
``` javascript
$validator.validate($scope, 'mts.doc')
```
it always proceed in success promise although there are some required in my modules
here the models
``` javascript
…
-
I wanted to replace the SecurityToken class on a specific form to use a 'StatelessSecurityToken' class (eg not coupled to Session). So I was expecting to be able to `->setSecurityToken(...)` on the fo…