I want to create the type of sidebar dropdown in the image in Penport. Kindly assist on how to achieve it.
Still looking for help. Kindly assist.
Are you looking to prototype this behaviour? Itâs pretty complex⊠you might be able to âfake itâ with a workaround using overlaysâŠ
1 Like
As @LauraKalbag mentioned, youâll be able to do it with overlays.
ie-
- Duplicate your sidebar board.
- Modify the âListingâ entry in this new board so that it is in the collapsed state.
- On the old board, create an onclick interaction in the expanded icon in the Listing entry.
- Configure this interaction to as follows:
- Open an overlay with the destination being your new board.
- Manually position the new board to overlap your old board.
To close the new board, repeat the process by creating an onclick interaction in the collapsed icon in the Listing entry. Configure this to be a âclose overlayâ with the destination being the new board.
This is a tedious process especially if you want to display expanded and collapsed state of other dropdown entries.
I would love to know if there is an easier way to do it.