dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Tooltip support in the Select component #1798

Closed GomezIvann closed 7 months ago

GomezIvann commented 8 months ago

Checklist

Description A tooltip has been added to the Select component. When the label of an option, both when it is selected and in the listbox, is too long, a built-in tooltip will appear to help the user see the full text.

This functionality should be tested manually since there's no way of testing refs and document object calls with React Testing Library or snapshot testing (chromatic).

Closes #1495

Jialecl commented 7 months ago

It seems that the tooltip is not updated correctly whenever options are deselected. image