mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Validations JS: Validation Message does not update #1195

Closed mgimenez closed 9 years ago

mgimenez commented 10 years ago

Example: $('#input_ico_inside').required().and().string(); Always displays the first error message, if required fault displays message required if full field the message is still required, it should show message string

battaglr commented 9 years ago

I can confirm this one. The validation always reports the right message, but the bubble never update the message.

battaglr commented 9 years ago

This is related (or duplicated) to #1207.