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
While looking at issue #1171, I found that Combobox validation also suffers from the same bug. You can look at the official Combobox validation example; if you select an initial option and then select the last option in the list.
Which package is affected?
Headless Kit
Describe the bug
While looking at issue #1171, I found that Combobox validation also suffers from the same bug. You can look at the official Combobox validation example; if you select an initial option and then select the last option in the list.
recording.2.webm
Reproduction
https://qwikui.com/docs/headless/combobox/#validation
Steps to reproduce
System Info
Additional Information
This issue is related to #1171 because the logic for option selection for Select and Combobox is not that much different