Venkata Suresh C
Venkata Suresh C
Is there any progress going on this? It would be very useful if framework allows to specify custom messages at property validation level as specified in the above scenario for...
``` javascript age: { presence: true, numericality: { moreThanOrEqualTo: 21, lessThan: 99 } } ``` Lets consider a scenario where all the form errors are displayed in a common summary...
Thanks for your valuable response and will update you if I can make any progress in this direction.