Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6f3a9cf

Browse files
author
nturgut
committed
don't throw error for the new autofill request
1 parent fd54e75 commit 6f3a9cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/web_ui/lib/src/engine/text_editing/text_editing.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,11 @@ class TextEditingChannel {
11111111
// Since autofill UI is a part of the browser, web engine does not need to utilize this method.
11121112
break;
11131113

1114+
case 'TextInput.finishAutofillContext':
1115+
// TODO: Handle saving autofill information on web.
1116+
// https://github.com/flutter/flutter/issues/59378
1117+
break;
1118+
11141119
default:
11151120
throw StateError(
11161121
'Unsupported method call on the flutter/textinput channel: ${call.method}');

0 commit comments

Comments
 (0)