dropdown_button2
dropdown_button2 copied to clipboard
The menus need to be fully displayed, and after selection, the overflow needs to be replaced with ellipsis (...).
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?