We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98d539 commit dfd0727Copy full SHA for dfd0727
lib/web_ui/lib/src/engine/text_editing/text_editing.dart
@@ -1152,6 +1152,11 @@ class TextEditingChannel {
1152
// Since autofill UI is a part of the browser, web engine does not need to utilize this method.
1153
break;
1154
1155
+ case 'TextInput.finishAutofillContext':
1156
+ // TODO(nurhan): Handle saving autofill information on web.
1157
+ // https://github.com/flutter/flutter/issues/59378
1158
+ break;
1159
+
1160
default:
1161
throw StateError(
1162
'Unsupported method call on the flutter/textinput channel: ${call.method}');
0 commit comments