Replies: 2 comments 2 replies
-
Certainly the most appropriate component in your case would be the Maybe you don't want to separe into groups? instead of sub menus |
Beta Was this translation helpful? Give feedback.
-
Hello! 🌟 I was wondering if you were able to find or develop a solution for the Select component with submenus? 🤔 If so, could you share an example of the code or the approach you used to solve this issue? 📝 Your thoughts on the possibility of using a Combobox and splitting it into two Select inputs were very interesting, and it would be great to know which path you ultimately chose. 🛤️ Thank you for your feedback and willingness to share your experience! 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would appreciate some guidance with choosing the appropriate component. I’m looking for a select like input for a form that requires submenu options. The type of field that closely matches is a
Select
orDropdown
component.The
Dropdown
component is already equipped to handle submenus, I’m just not sure if it’s appropriate for a form. I would need to change the button to display the option text value selected. Perhaps also change “role” as well for screen readers?Alternatively, the
Select
component is clearly the intended component for my requirement, but doesn’t have a submenu option. Are there examples ofSelect
components with submenus, perhaps integrated withPopover
? Or perhaps there is another way to integrate submenus onSelect
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions