You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have an example of a working radio button group? I have tried names on radio inputs, id's on inputs and an id on fieldset. Nothing seems to work. Your documentation says is support radio buttons. Am I just missing something or is this still a known issue? Everything else seems to work perfectly and I really want to continue using validate.js.
The text was updated successfully, but these errors were encountered:
It works fine, except for one issue I haven't worked out yet.
The radio buttons with the same name are part of a set, so you just refer to that name in the config.
name: 'radio_button_name',
display: 'Radio button needs to be picked',
rules: 'required'
Do you have an example of a working radio button group? I have tried names on radio inputs, id's on inputs and an id on fieldset. Nothing seems to work. Your documentation says is support radio buttons. Am I just missing something or is this still a known issue? Everything else seems to work perfectly and I really want to continue using validate.js.
The text was updated successfully, but these errors were encountered: