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

Commit 2b2c303

Browse files
author
nturgut
committed
addression comments
1 parent 2ad3b94 commit 2b2c303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/web_ui/lib/src/engine/dom_renderer.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ flt-glass-pane * {
307307
''', sheet.cssRules.length);
308308
}
309309

310+
// This css prevents an autofill overlay brought by the browser during
311+
// text field autofill by delaying the transition effect.
312+
// See: https://github.com/flutter/flutter/issues/61132.
310313
if(browserHasAutofillOverlay()) {
311314
sheet.insertRule('''
312315
.transparentTextEditing:-webkit-autofill,

0 commit comments

Comments
 (0)