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),
|
||||
Expanded(
|
||||
child: TextField(
|
||||
// #Pangea
|
||||
maxLength: 32,
|
||||
// Pangea#
|
||||
controller: controller.nameController,
|
||||
autocorrect: false,
|
||||
readOnly: controller.loading,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue