CharacterReceived event is not working in WinUI 3 ComboBox #9786
Labels
area-ComboBox
bug
Something isn't working
closed-Fixed
Described behavior has been fixed.
fix-released
The fix has been in a release (experimental, preview, stable, or servicing).
team-Controls
Issue for the Controls team
Milestone
Describe the bug
The CharacterReceived event is not calling while typing characters in editable ComboBox.
Sample code is given below.
Is there any additional stuff We should do to trigger this event?
Any help is greatly appreciated.
Steps to reproduce the bug
Create a C++ WinUI3 application.
Add a ComboBox control in XAML.
Add CharacterReceived event.
Put OutputDebugString inside the CharacterReceived handler.
Expected behavior
While typing characters, the CharacterReceived event should be triggered each time.
Screenshots
No response
NuGet package version
Windows App SDK 1.5.4: 1.5.240607001
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response
The text was updated successfully, but these errors were encountered: