Add link button to dropdown #3316
-
Hi Team, We’re looking to add/include a button link in the dropdown on the Sender ID page, so users can view all existing options and create new ones as required.
![]() Is there currently something similar to this / guidance on what existing component could fit? Or if not to maybe consider this option in the future? Appreciate your guidance and help🙏 (cc @fzhao@twilio.com) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I suspect the Messaging example is a lot less custom than you think. You can compose any content into a combobox option as long as it's not a focusable action like a button or anchor. But if you wanted to add some blue text with an icon, that when selected the combobox redirected you to a new page, that's totally doable with what we currently have today. It's just an engineering task to create the custom content, and respond to the selection event to perform the redirection. hope that helps. |
Beta Was this translation helpful? Give feedback.
Hi @cgolankotter
I suspect the Messaging example is a lot less custom than you think. You can compose any content into a combobox option as long as it's not a focusable action like a button or anchor.
But if you wanted to add some blue text with an icon, that when selected the combobox redirected you to a new page, that's totally doable with what we currently have today. It's just an engineering task to create the custom content, and respond to the selection event to perform the redirection.
hope that helps.