-
Hello,
In version 1.5.32 and up, i have a problem regarding validator.
The event 'submit' on the form is never trigger i don't know why.
I try to force submit event with javascript console, bu…
-
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…
-
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…
-
### 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 …
-
### Describe the bug
Hey! I have a form in a dynamic component which is shown and hidden based on the current view. When I change the view, the view with the form is unmounted and the existing errors…
m4rvr updated
2 years ago
-
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
-
Hi, thx for awesome validator.
But im have trouble.. when in try validate multicomponent form, child not validate if this.validate has error below child component
for example
```
field=nam…
-
Right now it's possible for any user (including, I think, no user at all) to create or update any object by manipulating HTTP data being sent to the OpalFormController. That's a major security risk.
…
-
Hi,
How can I submit my form with an asp:LinkButton with your form validator ?
ASP :
``
HTMl Render :
```
Enregistrer
```
My JS call :
```
var setupValidation = function () {
$.vali…
-
When ticking in-line, Nova throws a 402 exception if any other fields in the Nova Model have a required rule.
I suspect when in-line ticking, the POSTing to /{resource}/{resource id} requires all r…