diff --git a/packages/app/lib/ui/widgets/local_name_field.dart b/packages/app/lib/ui/widgets/local_name_field.dart index d2c7d0a2..ed7b8150 100644 --- a/packages/app/lib/ui/widgets/local_name_field.dart +++ b/packages/app/lib/ui/widgets/local_name_field.dart @@ -79,12 +79,7 @@ class _LocalNameFieldState extends State { : null; return LocalNameAutocomplete( - initialValue: initialValue, - // Make sure that we focus the text field and show the keyboard as soon - // as we've entered "edit mode" - autofocus: true, - onSubmit: _submit, - onChanged: _changeValue); + initialValue: initialValue, onSubmit: _submit, onChanged: _changeValue); } @override