This commit is contained in:
tao
2025-08-22 17:50:19 +08:00
parent 601e3ed15e
commit 0c706323bb

View File

@@ -74,7 +74,7 @@ class InputBox extends StatelessWidget {
);
return TextField(
controller: controller,
maxLength: 20,
maxLength: 100,
obscureText: obscureText,
style: Theme.of(context).textTheme.bodyMedium,
decoration: InputDecoration(