fix: <Combobox /> onClick gets triggered also on disabled options
Closed this issue · 1 comments
rivka-ungar commented
When disabling an option in the Combobox
, the option visually appears disabled, but it continues to receive click events. This behavior is unexpected, as disabled options should not trigger click events.
Related files
packages/core/src/components/Combobox/components/ComboboxOption/ComboboxOption.tsx
masabinhok commented
I can fix this @rivka-ungar