vojtech-dobes / nette.ajax.js

Flexible AJAX for Nette Framework. Supports snippets, redirects etc.
https://componette.org/vojtech-dobes/nette.ajax.js/
MIT License
149 stars 85 forks source link

Nette.ajax method is called before nette form validation #138

Open MiroslavMerinsky opened 7 years ago

MiroslavMerinsky commented 7 years ago

It causes an empty AJAX query is send (ajax start called), a spinner is shown concurrently with a netteForms alert message, after click to "OK" the spinner is hiden and AJAX query is ended (ajax stop called).

Cross browsers issue.

nette.ajax.js - version 2.0.0 netteForms.js - 2.4 (tested on 2.2 too)

Thank you for help.

vojtech-dobes commented 7 years ago

@MiroslavMerinsky Can you please test this with version 2.2.0? It contains fix of form validation compatibility with Nette 2.4.