Obsolete
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for component 191640.
te...@gmail.com <te...@gmail.com> #3
Please close as I found the solution: I needed to use formInputs
.
jp...@google.com <jp...@google.com> #4
Thanks for following up. I'm assuming that this "actual" result in your case was only showing the most recent selection when using formInput
compared to formInputs
showing all selected.
te...@gmail.com <te...@gmail.com> #5
Yes, it seems that way.
Description
Before filing an issue, please read and follow these instructions carefully.
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:https://issuetracker.google.com/savedsearches/5051604
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
A short description of the issue:
When you have multiple checkboxes checked, the
formInput
object doesn't show all the checked values.A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup, without external dependencies.
What steps will reproduce the problem?
formInput
doesn't actually reflect what you checkedWhat is the expected output? What do you see instead? If you see error messages, please provide them.
Expected result:
Actual result:
Please provide any additional information below.
It seems this widget, when in the default CHECKBOX mode, does not really support multiple selections as it only returns the last checked value.