I’m trying to list many options in the Dropdown component, and want to group my options by category. I know that we can use the HTML component Optgroup to accomplish this, but I am confused about integrating this into the Dropdown. Are there any examples I can see of this? I saw that I may need to use the HTML Select component. Any help you could provide would be greatly appreciated.
Alternatively, if anyone has any suggestions to group options in the Dropdown without using Optgroup, please feel free to mention them.