UX issue on the Create Webhook trigger events
@clacladev is already working on this.
Since Oct 31, 2022.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug (required)** A clear and concise description of what the bug
is.
In the Create Webhook dialog, the Event trigger select is not showing correctly and it's not showing scrollbar when there are too many items.
**Expected behavior (required)** A clear and concise description of what you
expected to happen.
The select items should scroll to show all items and it should always below the trigger button.
**To Reproduce (required)** Steps to reproduce the behavior:
Developers Webhooks list page> Create webhook > Events list does not display entirely when screen is short vertically
**Screenshots (optional)** If applicable, add screenshots to help explain your
problem.

**Additional context (optional)** Add any other context about the problem here.
The Select component in our design-system is built on top of DropdownMenu component. There is now a Select component in RadixUI automatically offers scrolling.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.