Describe the bug
In the MenuFlyout, the TextBox AutoSuggestBox does not respond to the IME, causing only English letters to be inputtable
Why is this important?
Does not respond to input method
Steps to reproduce the bug
<Button Grid.Row="0" Content="Test">
<Button.Flyout>
<MenuFlyout>
<MenuFlyoutItem>
<MenuFlyoutItem.Template>
<ControlTemplate>
<AutoSuggestBox />
</ControlTemplate>
</MenuFlyoutItem.Template>
</MenuFlyoutItem>
</MenuFlyout>
</Button.Flyout>
</Button>
Actual behavior
No response
Expected behavior
修复该行为,使其可以使用输入法
Screenshots

NuGet package version
WinUI 3 - Windows App SDK 1.8.3: 1.8.251106002
Windows version
No response
Additional context
No response
Describe the bug
In the
MenuFlyout, theTextBoxAutoSuggestBoxdoes not respond to the IME, causing only English letters to be inputtableWhy is this important?
Does not respond to input method
Steps to reproduce the bug
Actual behavior
No response
Expected behavior
修复该行为,使其可以使用输入法
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.8.3: 1.8.251106002
Windows version
No response
Additional context
No response