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

Commit f7dd4be

Browse files
author
nturgut
committed
don't throw error for the new autofill request
1 parent dd0a6c4 commit f7dd4be

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
@@ -1152,6 +1152,11 @@ class TextEditingChannel {
11521152
// Since autofill UI is a part of the browser, web engine does not need to utilize this method.
11531153
break;
11541154

1155+
case 'TextInput.finishAutofillContext':
1156+
// TODO: Handle saving autofill information on web.
1157+
// https://github.com/flutter/flutter/issues/59378
1158+
break;
1159+
11551160
default:
11561161
throw StateError(
11571162
'Unsupported method call on the flutter/textinput channel: ${call.method}');

0 commit comments

Comments
 (0)