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
I've encountered two distinct issues when using a combobox in a Qwik form:
When using a multiple combobox, only the last selected value is sent to the action instead of all selected values.
When pre-selecting an option in a single combobox, the value is not sent to routeAction$ unless a new selection is made.
Which package is affected?
Headless Kit
Describe the bug
Hi there,
I've encountered two distinct issues when using a combobox in a Qwik form:
When using a multiple combobox, only the last selected value is sent to the action instead of all selected values.
When pre-selecting an option in a single combobox, the value is not sent to routeAction$ unless a new selection is made.
Reproduction
https://github.com/jcfauchet/repro-qwik-ui
Steps to reproduce
pnpm i
andpnpm run dev
.Expected behavior:
The first combobox should return both selected values.
The second combobox should return its pre-selected value.
Actual behavior:
Only one value is returned for the first combobox (the last selected one).
No value is returned for the second combobox.
I'm not sure if I'm missing something or if I'm doing something wrong. Any help would be appreciated!
Let me know if you need more details!
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: