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

helper.js does not submit multiple checkbox values via query parameter #1824

Open
billksun opened this issue Sep 23, 2023 · 0 comments
Open
Labels

Comments

@billksun
Copy link
Contributor

When submitting a form with multiple checkbox values of the same group using the GET method, the browser is suppose to repeat the checkbox name with each value in the query parameter:

?name=value1&name=value2&name=value3

However, with helper.js enabled, only the last value gets appended to the query parameters:

?name=value3

This interferes with the server-side parameters parsing and will result in a NoConstructorMatched error.

Removing helper.js from Web/View/Layout.hs fixes this issue.

@s0kil s0kil added the bug label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants