You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
I've followed the docs on implementing a Dropdown, but it is not appearing when I click the trigger. Below is the code I'm using for that:
<Column><DropdownisAlign="right"isPulled="right"><DropdownTrigger><ButtonisColor="primary"><span>Button label</span><spanclassName="icon"><FontAwesomeIconicon={['fal','chevron-circle-down']}/></span></Button></DropdownTrigger><DropdownMenu><DropdownContent><DropdownItemtag="a">
Menu item
</DropdownItem></DropdownContent></DropdownMenu></Dropdown></Column>
Do I need to implement the opening and closing on click by myself?