### Description Options in `SelectMenu` might need a description below the title e.g. like the watch dropdown on github: <img width="362" height="378" alt="Image" src="https://github.com/user-attachments/assets/78093701-742b-49ad-8b60-e26435a3bca5" /> It can be worked around using `item-label` slot, but it would be nice if developer can use `items` props only to implement it for simpler way. Below, I have tried to create it using Reka UI `combobox` component, the component used by SelectMenu. <img width="329" height="460" alt="Image" src="https://github.com/user-attachments/assets/e5cda771-3f8e-4369-bb3b-d5159f84d425" /> ### Additional context _No response_