-
Notifications
You must be signed in to change notification settings - Fork 1.1k
No way to update cached inputs for forms with dynamic fields #306
Comments
The validator is caching the fields at initialization for performance. I'll need to add a |
how to do it |
by comments one line in validator.js,i solve this problem temporary.
|
@corganhejijun , sorry, your temporary solution did not work in my case. @1000hz , any chance to see that refresh-method any time soon? |
I don't know when I'll have time to be able to work on the next version of the plugin, but you can use v0.9 in the meantime since it doesn't cache the inputs. |
That's exactly the issue I am experiencing. Edit: @corganhejijun , your solution neither worked in my case. |
|
how it can be used? |
1000hz, it's been a greak work you've done here. But I'm really facing difficult to find an example of .validator('update'), or any other example that changes the attribute data-validate dynamically. |
Hi it is not working with dynamically generated field's
i have used ajax coll to add more button that use to add additional fields
by then when i press validate
it is ignoring the dynamically added folds is their is any solution
background i have done minimal alteration validator.js at $(window).on('load', function () but hope that will not effecting in this case
The text was updated successfully, but these errors were encountered: