limit new group name length to 32
This commit is contained in:
parent
aa51416808
commit
c03ca24efe
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ class NewGroupView extends StatelessWidget {
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: TextField(
|
child: TextField(
|
||||||
|
// #Pangea
|
||||||
|
maxLength: 32,
|
||||||
|
// Pangea#
|
||||||
controller: controller.nameController,
|
controller: controller.nameController,
|
||||||
autocorrect: false,
|
autocorrect: false,
|
||||||
readOnly: controller.loading,
|
readOnly: controller.loading,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue