Lukas König
Lukas König
> i am unable to select the options in combo box It appears that changing the CSS selector in the CommandItem className solves the problem: Before: ` ...data-[disabled]:pointer-events-none data-[disabled]:opacity-50` After:...
>  > > unable to select the value in combo box after fixing the bug > > {value ? frameworks.find((framework) => framework.value === value)?.label : "Select framework..."} No framework...