You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we now have a utility to handle truncating / overflowing arrays of items with useOverflowItems for components like TagOverflow and ActionBar. The next piece we need is to implement a utility that can consolidate the same functionality in StringFormatter and DelimitedList.
The overflow functionality in these two components is essentially just converting the element into a popover if the width exceeds the container. PageHeader has very similar logic using the checkHeightOverflow utility. All of these pieces should be able to utilize the same overflow behavior to deal with truncating a single long string.
The text was updated successfully, but these errors were encountered:
we now have a utility to handle truncating / overflowing arrays of items with
useOverflowItems
for components likeTagOverflow
andActionBar
. The next piece we need is to implement a utility that can consolidate the same functionality inStringFormatter
andDelimitedList
.The overflow functionality in these two components is essentially just converting the element into a popover if the width exceeds the container.
PageHeader
has very similar logic using thecheckHeightOverflow
utility. All of these pieces should be able to utilize the same overflow behavior to deal with truncating a single long string.The text was updated successfully, but these errors were encountered: