Update edit_code.dart

This commit is contained in:
NBA2K1 2025-05-31 16:35:35 +02:00
parent 62c7099a0f
commit 2ba453a394

View file

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