Update edit_code.dart

Change keyboard type to alphanumeric
This commit is contained in:
NBA2K1 2025-05-31 15:29:19 +02:00
parent 5ee30851d5
commit 62c7099a0f

View file

@ -545,7 +545,7 @@ Widget _textEditing(
return Padding(
padding: const EdgeInsets.all(4),
child: TextFormField(
keyboardType: TextInputType.number,
keyboardType: TextInputType.text,
onChanged: onChanged,
decoration: InputDecoration(
hintText: hintText,