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

fix parsing of options of an optgroup #112

Closed
wants to merge 1 commit into from
Closed

fix parsing of options of an optgroup #112

wants to merge 1 commit into from

Conversation

vkunz
Copy link
Contributor

@vkunz vkunz commented May 12, 2016

hi,

options inside an optgroup are not added as children of the said group, but are added to the group's parent instead.

BR,
vkunz

Make sure options are children of optgroup, not the parent select.

Otherwise we end up with a bunch of empty optgroups.
@mattfarina
Copy link
Member

@vkunz thanks for the PR. I'll take a look at it this week.

@goetas
Copy link
Member

goetas commented Sep 22, 2016

merged in 2.x with #119 and on master with 30aab1f

@goetas goetas closed this Sep 22, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants