Abhoryo / APYJsFormValidationBundle

This bundle performs validations of a form in javascript. (i18n compatible and several javascript frameworks supported)
92 stars 23 forks source link

Update RangeValidator.js.twig #48

Closed alsma closed 10 years ago

alsma commented 10 years ago

Fixed range constraint, it should check integer value, but check length before

ref: http://symfony.com/doc/current/reference/constraints/Range.html

recipe commented 10 years ago

Thank you! I did some corrections and issued fix in the recent commit. Closing this PR.