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

Support for validation scope in forms #122

Closed xificurk closed 8 years ago

xificurk commented 8 years ago

Since Nette 2.1 the simple on/off validation scope was replaced by more robust system, but it does not work with current nette.ajax.js implementation. This PR adds support for correct handling of validation scope in forms.

fprochazka commented 8 years ago

:+1: