-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Hi, I've been going through the docs and wanted to ask if there's currently a way to attach a custom onTap handler to a dropdown. My use case is to open a dialog when the dropdown is tapped, the idea is to retain the visual styling and behavior of the dropdown, but instead of showing a menu, trigger a custom flow (e.g., display different content in a dialog).
Request:
Is this currently possible, or would it require a custom implementation? If not available yet, would you consider adding a way to override the dropdown's tap behavior?
Impact:
This would enable more flexible UX patterns while preserving consistent dropdown styling. For instance, we could support conditional logic without losing the familiar dropdown look and feel.
Thanks! Looking forward to your thoughts.