-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
Browser / OS details
Firefox Version: 82.0.3
OS Version: macOS 10.15.7
Steps to reproduce the issue
- Clone repository
- Open
demo/index.html
in Firefox - Filter 'Option 1', select 'Option 1'
- Run "$('#demoform').serialize()" in Console
$('#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.
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?
Metadata
Metadata
Assignees
Labels
No labels