I’m trying to add the gem client_side_validations to my application. It works pretty fine if I go to something like controller/new, but, inside a bootstrap modal, it simply does nothing.
I inspected the HTML and it does not add the data-validate attribute. What should I do to fix this?
I just figured it out. In my coffeescript call, I do something like:
This focus the first visible input, and enable the client side validations on the form.