Modify ↓
Ticket #4730 (closed bug: invalid)
[validate] remote callback does not remove error from this.invalids
| Reported by: | aditya_advani | Owned by: | joern |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | plugin | Version: | 1.3.2 |
| Keywords: | validate | Cc: | |
| Blocking: | Blocked by: |
Description
in methods object, in the remote: function, in the success callback I had to add " delete validator.invalid[element.name];" in if (response) block, shown below
if ( response ) {
var submitted = validator.formSubmitted; validator.prepareElement(element); validator.formSubmitted = submitted; validator.successList.push(element); delete validator.invalid[element.name]; validator.showErrors();
}
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
