예제 #1
0
 public static void UpdateKeyboard(this MauiTextBox textBox, IEditor editor)
 {
     textBox.UpdateInputScope(editor);
 }
예제 #2
0
 public static void UpdateIsTextPredictionEnabled(this MauiTextBox textBox, IEditor editor)
 {
     textBox.UpdateInputScope(editor);
 }