You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're reporting a bug, please continue with this template.
Describe the bug
A clear and concise description of what the bug is.
With a form containing a multiple select box or a set of checkboxes all having the same name the function fill_form()
will not initialize the form properly.
None of the select options and all of the checkboxes are marked as selected or checked.
Minimal Reproducible Example
Provide a minimal code snippet that reproduces the issue. This is crucial for us to understand and fix the bug quickly.
Important Notice
We do not provide support through GitHub issues. For community-based help, please use either:
If you're reporting a bug, please continue with this template.
Describe the bug
A clear and concise description of what the bug is.
With a form containing a multiple select box or a set of checkboxes all having the same name the function
fill_form()
will not initialize the form properly.
None of the select options and all of the checkboxes are marked as selected or checked.
Minimal Reproducible Example
Provide a minimal code snippet that reproduces the issue. This is crucial for us to understand and fix the bug quickly.
Expected behavior
A clear and concise description of what you expected to happen.
The actual outcome is:
and
The desired outcome should be:
and
Environment Information
Please provide the following version information:
Confirmation
Please confirm the following:
Additional context
Add any other context about the problem here.
The problem actually resides in the function
_fill_item()
.I have a fix ready for which I will create a PR.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: