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

Fixed errors with submitted select field values #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rmtsukuru
Copy link

When using this library to submit multiple select fields in the same form, the select field values were not captured in the form's POST data due to the name attribute not being set. Even after fixing this issue, select fields after the first would include duplicate copies of the first field's options, as well as setting the default selected option to that of the first select field for all fields. I'm sure other users who use this plugin for complex forms will appreciate these bugs being fixed.

LukaszPrzybysz pushed a commit to LukaszPrzybysz/ddslick that referenced this pull request Aug 28, 2017
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.

1 participant