-
Notifications
You must be signed in to change notification settings - Fork 804
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
<AppBarButton Icon="Add" Label="Add">
<AppBarButton.Flyout>
<Flyout>
<TextBox/>
</Flyout>
</AppBarButton.Flyout>
</AppBarButton>
In this situation the TextBox can't be edited ,but it can still receive paste from clipboard
Steps to reproduce the bug
<AppBarButton Icon="Add" Label="Add">
<AppBarButton.Flyout>
<Flyout>
<TextBox/>
</Flyout>
</AppBarButton.Flyout>
</AppBarButton>
Copy these codes to your UWP/WinUI2 or WinUI3 project,you'll find this bug
Expected behavior
The TextBox should work well in the AppBarButton's Flyout
Screenshots

In normal times,when the right click menu pops up,the TextBox should be in the focused style,but it doesn't
NuGet package version
None
Windows version
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners