In a form I'm building using ClientSideValidations + SimpleForm (with the gem plugin) the client side validation works for all fields except the :radio_buttons. The HTML that is produced for this group is similar to the other working ones:
`
`
Yet when the submit button is clicked, all the other inputs get the 'error' class but the radio_buttons input does not. If I remove the :as => :radio_buttons, the client side validations works just fine.
Any idea what is causing this? Thanks!
In a form I'm building using ClientSideValidations + SimpleForm (with the gem plugin) the client side validation works for all fields except the :radio_buttons. The HTML that is produced for this group is similar to the other working ones:
`
...
Yet when the submit button is clicked, all the other inputs get the 'error' class but the radio_buttons input does not. If I remove the
:as => :radio_buttons, the client side validations works just fine.Any idea what is causing this? Thanks!