-
Any update to make this plugin compliant with bootstrap 4 and jquery 3.31? Bootstrap 3.3.7 has known vulnerability that does not pass McAFee vulnerability scan and PCI requirement. We are looking in…
-
I intend to use validation library just for validation logic - not for any UI related stuff.
I have my own way of displaying errors.
So I use form.isValid() to tell if there is errors and that is al…
-
#### Reprodução
Quando usamos o componente DynamicForm com as opções `options` e `optionsMulti` nas opções, o `validate` não funciona quando tem apenas 3 opções ou menos.
Não funciona nem config…
-
I have implemented django-angular client side form validation. Every constraint is validated as expected apart from my model RegexValidator (the error is later caught on the server's side so I believe…
-
**Github username:** @0xDetermination
**Submission hash (on-chain):** 0xdaafb805219e79cfca832079f3497e87547c741602099b0ada8f7ef82bc11d5f
**Severity:** low
**Description:**
## Impact
Validators don't…
-
I need to invalidate the form on mount. Calling this.props.validate in componentDidMount return an invariant error.
`Invariant Violation: Data was not provided to the Validator. Implement "getValidat…
-
Built-in validators in validators.js have been built based on a previous version of the Forms API which passed all the parameters to a validator function as a single `context` object. (see line 1 of v…
gevou updated
8 years ago
-
Issue https://github.com/monterail/vuelidate/issues/66 stated otherwise, but I don't understand why sameAs should imply required, it is known bad practice for any other validator.
Moreover, it is m…
-
Hello,
I'm trying to use this plugin in dynamic forms. I have two fields. First fields value effects on the seconds validation rules. Both fields are text boxes and accepts integers
For Example
if …
-
given this input definition
```php
$this->add([
'type' => DateTime::class,
'name' => 'dutyDate',
'options' => [
'label' => 'duty dat…