Cristian Trifan
Cristian Trifan
@xpavp03 Since you're using `messagesOnModified = true`, the best approach would be to just set `isModified(false)` once you close the modal. That way your fields keep the current validation state...
@slaneyrw Indeed, you cannot prevent the rules from being registered during init, but why would you need this? You can change / remove / replace the builtin rules quite easily....
I would recommend choosing unique names for your custom rules. But the problem I currently see is that although we have a `registerExtenders` option it cannot be used. I will...
@slaneyrw Sorry for the delay on this one. Until some sort of solution is found for this you may choose to code an unregister method like the following: ``` js...
@slaneyrw Some work is done in this direction and it would be great to have some feedback on it. See branch `issue-545` and related issue #545. Thanks.
@flyfishMT Currently there's some effort put to make the library testable. You can see the progress in the `2.1.5` branch. Any help would just speed up things. Thanks.
@kohenkatz Please check the milestones and see how you may help in moving forward. The progress is slow but hopefully the number of contributors will grow. Any help you can...
@grofit Have you tried the functionality from #226? Did it work well?
Thanks
Updated jsFiddle provided by @sudarshan89 http://jsfiddle.net/onh86fas/