diff --git a/lib/ui/schedule/edit/schedule_edit.dart b/lib/ui/schedule/edit/schedule_edit.dart index 9f45d8606..c6474080d 100644 --- a/lib/ui/schedule/edit/schedule_edit.dart +++ b/lib/ui/schedule/edit/schedule_edit.dart @@ -106,6 +106,7 @@ class _ScheduleEditState extends State { isLast: schedule.template.isEmpty, children: [ DecoratedFormField( + autofocus: true, keyboardType: TextInputType.text, controller: _nameController, label: localization.name,