mercadolibre / chico

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

JS: custom validation message not defined at the first time #1236

Closed matimendez88 closed 9 years ago

matimendez88 commented 9 years ago

The solution I used to fix it quickly, was to set the bubble content again.

myValidation = $(".selector").custom({

}).bubble.content(myMessage)
battaglr commented 9 years ago

Is this one related to #1195 and #1207?