Abhoryo / APYJsFormValidationBundle

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

RangeValidator #34

Closed Erathian closed 11 years ago

Erathian commented 11 years ago

Hi, I'm getting: Unable to find template "APYJsFormValidationBundle:Constraints:RangeValidator.js.twig" so I found out that Range Validator is missing. Is there any chance of this being added or I should use Min/Max constraints instead (they will be deprecated soon though)? Thanks for reply :-)

recipe commented 11 years ago

Please look at #32 You can find out some answer on your question. Bundle hasn't been updated yet with the new constraints from 2.2 version of symfony. However you may add it yourself.

recipe commented 11 years ago

RangeValidator has been provided.