limit new space name length to 32
This commit is contained in:
parent
c03ca24efe
commit
f84e92d9d0
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ class NewSpaceView 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