Buttons inside combobox list #4386
Replies: 2 comments
-
|
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
|
Paste's Combobox supports custom rendering of list items via the If you go this route, be aware that adding interactive elements like buttons inside list items can introduce accessibility and keyboard navigation challenges. You'll need to ensure proper focus management and ARIA roles so users can navigate and interact with both the list and the buttons using a keyboard cite. In summary: it's technically possible, but you'll need to handle accessibility details yourself. If you proceed, consider testing keyboard and screen reader interactions thoroughly. If you want feedback on a specific implementation, feel free to share your approach or code snippet! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello do we currently support multiple buttons within combobox list items? I want to provide a way for user to create new item and refresh the list to fetch the most recent items.
Scenario: If user doesn't find and audience they would want to create a new audience. The Create audience button will open a new tab and once the user is done creating they will have to come back to this list and click on Refresh list. Unfortunately we are unable to do an auto refresh so we need to provide manual refresh button
Create audience: I explored the existing Create menu item, however considering that we need a button instead of a quick create I explored adding it as a button.
I explored some options with the list items, would really appreciate some feedback on this approach

Beta Was this translation helpful? Give feedback.
All reactions