Windows 11 emoji panel: replace regular exitable text with NVDAobjects.UIA.XamlEditableText when removin editable field support from emoji panel. Re #15836. (#15837)
Regression introduced with #14888: Windows 11 emoji panel items are not announced when pressing arrow keys as XAML editable text overlay class is used to mark emoji search field. Therefore, remove the newly introduced XAML editable text class from overlay class chooser.
Closes #15836
Summary of the issue:
Windows 11 emoji panel items are not annonced when using arrow keys to navigate the emoji panel.
Description of user facing changes
Emoji panel items are once again announced when using the arrow keys to navigate Windows 11 emoji panel.
Description of development approach
In modern keyboard/emoji panel app modue, replace regular editable text with NVDAObjects.UIA.XamlEditableText when detecting and removing edit field commands form emoji search field.