bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.79k stars 435 forks source link

🐛 To close Flyout after MenuFlyoutSubItem press. #1037

Closed web-liuyang closed 1 week ago

web-liuyang commented 3 months ago

Describe the bug When SubItemShowBehavior.press is used, the sub-items will not be displayed, and the current Flyout will be closed

Expected behavior show sub-items

Screenshots file: lib/src/controls/flyouts/menu.dart

image image
bdlukaa commented 3 months ago

To show the items, you just need to hover the item.

web-liuyang commented 3 months ago

To show the items, you just need to hover the item.

I want to use the press method, but click on the item and it disappears