Schedules
This commit is contained in:
parent
8b5ce5d833
commit
4e4eaa4099
|
|
@ -106,6 +106,7 @@ class _ScheduleEditState extends State<ScheduleEdit> {
|
|||
isLast: schedule.template.isEmpty,
|
||||
children: <Widget>[
|
||||
DecoratedFormField(
|
||||
autofocus: true,
|
||||
keyboardType: TextInputType.text,
|
||||
controller: _nameController,
|
||||
label: localization.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue