Clean up
This commit is contained in:
parent
0c93fc39e1
commit
b386e1b9a4
2 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class _NewGroupDialogState extends State<NewGroupDialog> {
|
|||
TextField(
|
||||
controller: controller,
|
||||
autocorrect: false,
|
||||
autofocus: true,
|
||||
textInputAction: TextInputAction.go,
|
||||
onSubmitted: (s) => submitAction(context),
|
||||
decoration: InputDecoration(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue