TJ Egan

Results 89 comments of 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...

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 ๐Ÿ‘๐Ÿป