builder icon indicating copy to clipboard operation
builder copied to clipboard

Fix disabled Dropdown Items not showing Popup component

Open juanmahidalgo opened this issue 2 years ago • 0 comments

For the src/components/CollectionDetailPage/CollectionContextMenu/CollectionContextMenu.tsx component, the Popup are not being displayed when the Dropdown.item is disabled. There is a similar use case and a fix was introduced here. We need to move that same workaround to a /src/themes/components/Dropdown.cs so we fix it everywhere.

juanmahidalgo avatar Feb 28 '22 16:02 juanmahidalgo