dropdown_button2 icon indicating copy to clipboard operation
dropdown_button2 copied to clipboard

The menus need to be fully displayed, and after selection, the overflow needs to be replaced with ellipsis (...).

Open hardgit opened this issue 2 years ago • 0 comments

Hi, I've encountered an issue. How can I solve it? When there is too much text in my items options, I want to display ellipsis (...) instead of the overflow after selection. However, when I add 'maxLines: 2, overflow: TextOverflow.ellipsis' to the items, I find that the options inside the items also show ellipsis. This way, the full data cannot be displayed. How can I solve this issue?

image

hardgit avatar Nov 28 '23 08:11 hardgit