fix: remove max length of 30 while creating a new select option (#3513)

This commit is contained in:
Ahsan Ahmad 2023-09-24 16:14:25 +05:00 committed by GitHub
parent 56687581f2
commit 847290d9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,6 @@ class _CreateOptionTextFieldState extends State<CreateOptionTextField> {
padding: const EdgeInsets.symmetric(horizontal: 12.0),
child: FlowyTextField(
autoClearWhenDone: true,
maxLength: 30,
text: text,
focusNode: _focusNode,
onCanceled: () {