microsoft / react-native-xaml

A React Native Windows library to use XAML / WinUI controls
MIT License
97 stars 28 forks source link

Fix MenuFlyout so that it can update when number of child MenuFlyoutItems changes #291

Closed cvirendra closed 2 weeks ago

cvirendra commented 2 weeks ago

There's an issue where if MenuFlyout is shown with N items previously and you attempt to show it again but with only M items, it still shows N items with last item being duplicated. This change fixes this issue.

Microsoft Reviewers: Open in CodeFlow