Bug: [combobox] longer strings aren't truncated anymore when in fixed-width container #3341
Closed
1 of 2 tasks
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
needs triage
Planning workflow - pending design/dev review.
Milestone
Actual Behavior
Starting at next.290, longer combobox strings are no longer truncated when the combobox is nested in a smaller fixed-width container:
Expected Behavior
Longer combobox strings should be truncated when the combobox is nested in a smaller fixed-width container. The ellipsis should appear when the combobox has selection-mode "multi" or "ancestors" as well.
next.289:
Reproduction Steps and Sample
https://codepen.io/caripizza-the-animator/pen/qBXRBpd
Sample:
Relevant Info
We added the ellipsis effect back in #2096.
It looks to me like maybe a regression from the chevron icon we added in pr #3143.
AFAIK, the ellipsis should appear in multi/ancestors selection-modes - single I think we removed the ellipsis from appearing in #3059.
Reproducible version:
@esri/[email protected]
Regression? Last working version:
@esri/[email protected]
The text was updated successfully, but these errors were encountered: