From 693986843756bfa7c159a5947764861fbfb3562a Mon Sep 17 00:00:00 2001 From: markaddleman Date: Thu, 11 Jun 2026 20:25:44 -0500 Subject: [PATCH] fix(combobox): open panel on chevron click The chevron in x-combobox and x-multi-combobox carries a `pointerdown` listener that toggles the panel, but its CSS set `pointer-events:none`, so real clicks fell straight through and the handler was dead code. Clicking the arrow was a no-op; only the input area opened the panel. Remove `pointer-events:none` from the `[part=chevron]` rule (and add `cursor:pointer` for affordance) in both components. The handler, preventDefault, and open/close toggle were already correct. These are the only two affected components: elsewhere the chevron either sits inside a