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