mondaycom/vibe

fix: <Combobox /> onClick gets triggered also on disabled options

Closed this issue · 1 comments

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


Monday ticket [internal]

I can fix this @rivka-ungar