Replies: 1 comment 1 reply
-
Hi, did you eventually figure out a way to retrieve |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the native form support for the
multiple
attribute in a listbox adds hidden inputs with names likename[valueIndex]
. This makes it a bit awkward to consume when trying to use the native FormData.getAll(name).I do not know the use-case for the current implementation, but would it be possible to add another hidden input per value that uses the name given to the root Listbox?
Beta Was this translation helpful? Give feedback.
All reactions