Dropdown/Combox box input box and menu items should show tooltips #4788
Labels
component: dropdown
proposal: accepted
This request has gone through triaging and we are accepting PR's against it.
type: discussion 💬
type: enhancement 💡
Summary
We have some dropdowns with long items. The default styles truncate them with an ellipsis. However, if you hover over the item, there is no way to see the full string. The exception is Safari, which I assume it is handling itself, as I didn't see any code in Carbon to handle it.
I've implemented itemToElement so that I can add the title attribute and this works fine for the menu items. However, when you actually select one of these long items, I have good no way to set the title attribute on the input box.
The text was updated successfully, but these errors were encountered: