TJ Egan
TJ Egan
Responded in slack, reposting here as well > I believe itโs due to us assuming that it would be passed disabled, thus eliminating any keyboard interactions. Can you explain why...
Seems to still be an issue
This seems to be happening because it is absolutely positioned. Setting a `top: 1rem` position fixes the issue when wrapping, but then throws off alignment in all the size variants...
There have been changes to the DataTable so I would update to the latest and verify that this is still an issue.
@galilmori @jakubfaliszewski as a temporary workaround, you can always set `tooltipDirection="top"` on the last item in your table. Here's an example: https://codesandbox.io/s/ancient-voice-kdnzu?file=/src/App.js
You should also be able to use the `tooltipAlignment` prop to set the carrot to the other side
@tay1orjones here's the attempt at refactoring `fluid-dropdown` to just port in all styles from `fluid-list-box`. I'm pretty sure this will get us 90% of the way to `FluidMultiSelect` and `FluidComboBox`...
@abbeyhrt great catch, completely forgot about that. Will add them in
@abbeyhrt updated ๐๐ป
@aagonzales whoops, meant to be `border-bottom` not `border` ๐ฎโ๐จ Should be good to go now ๐๐ป