Ejemplo n.º 1
0
 public static void UpdateKeyboard(this MauiTextBox textBox, IEditor editor)
 {
     textBox.UpdateInputScope(editor);
 }
Ejemplo n.º 2
0
 public static void UpdateIsTextPredictionEnabled(this MauiTextBox textBox, IEditor editor)
 {
     textBox.UpdateInputScope(editor);
 }