We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firefox Version: 82.0.3 OS Version: macOS 10.15.7
demo/index.html
$('#demoform').serialize() "duallistbox_demo1%5B%5D_helper2=option1&duallistbox_demo1%5B%5D=option1&duallistbox_demo1%5B%5D=option3&duallistbox_demo1%5B%5D=option6"
Note duallistbox_demo1%5B%5D_helper2=option1&, which should not be there.
duallistbox_demo1%5B%5D_helper2=option1&
Running the same test with Chrome or Safari:
$('#demoform').serialize() "duallistbox_demo1%5B%5D=option1&duallistbox_demo1%5B%5D=option3&duallistbox_demo1%5B%5D=option6"
Any suggestions?
The text was updated successfully, but these errors were encountered:
Seems to be related to #109, which is more a workaround than a fix. Feel free to close the issue if you think this is not a bug - thanks.
Sorry, something went wrong.
No branches or pull requests
Browser / OS details
Firefox Version: 82.0.3
OS Version: macOS 10.15.7
Steps to reproduce the issue
demo/index.html
in FirefoxNote
duallistbox_demo1%5B%5D_helper2=option1&
, which should not be there.Running the same test with Chrome or Safari:
Any suggestions?
The text was updated successfully, but these errors were encountered: