RocketCommunicationsInc/astro

rux-option ignores title attribute and therefore won't display a tooltip

run2xs opened this issue · 2 comments

A normal HTML option has a title attribute that can be used to set a tooltip for each option. However, when I set the title attribute on a rux-option, it is ignored and not applied to the underlying option element. That means there's no way to set a tooltip on it.

Please add support for this. We have a space-constrained rux-select, and to allow that, we need the select options to have tooltips.

Hey there,

This has been added! rux-option and rux-option-group will now properly reflect the title attribute. This will be released with the next version, which will be early next week (most likely Monday). Thanks for bringing this up!