qwikifiers / qwik-ui

Qwik's official Headless and styled component library
https://qwikui.com
MIT License
558 stars 115 forks source link

Combobox Cannot read properties of undefined (reading 'disabled') #699

Open Fafnur opened 1 month ago

Fafnur commented 1 month ago

If you input any value and press enter, the component will throw an error.

You can see this simply by opening the documentation site: https://qwikui.com/docs/headless/combobox/

Example

Screenshot 2024-04-10 at 8 46 03 AM

Problem

Problem in onKeydownBehavior$:

Screenshot 2024-04-10 at 8 48 22 AM
thejackshelton commented 1 month ago

What browser? I don't get this error on chrome.

Fafnur commented 1 month ago

@thejackshelton Google Chrome Version 123.0.6312.124 (Official Build) (arm64) on macbook m1 max.

thejackshelton commented 1 month ago

Ah I see it now, thanks for making the issue 🙏