Skip to content

Commit f1c26fc

Browse files
authored
Do not autofocus on filter fields (#9330)
1 parent 119684c commit f1c26fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devtools_app/lib/src/shared/ui/filter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ class _StandaloneFilterFieldState<T> extends State<StandaloneFilterField<T>>
655655
valueListenable: widget.controller.useRegExp,
656656
builder: (context, useRegExp, _) {
657657
return DevToolsClearableTextField(
658-
autofocus: true,
659658
hintText: 'Filter',
660659
controller: queryTextFieldController,
661660
prefixIcon: widget.controller.settingFilters.isNotEmpty

0 commit comments

Comments
 (0)