Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The check box group does't work. #136

Open
ghost opened this issue Mar 2, 2015 · 5 comments
Open

The check box group does't work. #136

ghost opened this issue Mar 2, 2015 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 2, 2015

type="checkbox" name="animal[]" value="Cat"
type="checkbox" name="animal[]" value="Dog"
type="checkbox" name="animal[]" value="Bird"

name: 'animal[]',
rules: 'required'

or

name: 'animal',
rules: 'required'

There aren't working. How to resolve?

@wdeer
Copy link

wdeer commented Mar 26, 2015

I am also experiencing the same issue as @leolee10
..I have tried setting checkboxes names to "interest[]" as well as "interest" but they are ignored when the form is validated.

also should note that i'm using labelauty on my checkboxes as well.

thanks

@rickharrison
Copy link
Owner

Could you please post a jsbin demonstrating the issue.

@lucien925
Copy link

I tested this isssue , but the result is right. @leolee10 @wdeer Please try again or post a jsfiddle.

@WonderLand33
Copy link

WonderLand33 commented Jul 3, 2017

I am also experiencing the same issue. QAQ

@summerGreenTea

@WonderLand33
Copy link

@summerGreenTea @leolee10

The problem has been fixed in the new version.

problem :
TIM截图20170703170213.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants