We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a62f70 commit 55a47a1Copy full SHA for 55a47a1
src/Uno.UI/UI/Text/TextCore.mux.cs
@@ -14,7 +14,7 @@ internal static class TextCore
14
internal static bool IsTextControl(DependencyObject element) =>
15
element is TextBlock ||
16
element is RichTextBlock ||
17
- element is RichTextBlockOverflow
+ element is RichTextBlockOverflow ||
18
element is RichEditBox ||
19
element is TextBox ||
20
element is PasswordBox;
0 commit comments