From 2ba453a3944cfd73d9f68615b54254f4f815884b Mon Sep 17 00:00:00 2001 From: NBA2K1 <78034913+NBA2K1@users.noreply.github.com> Date: Sat, 31 May 2025 16:35:35 +0200 Subject: [PATCH] Update edit_code.dart --- lib/modules/browse/extension/edit_code.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/browse/extension/edit_code.dart b/lib/modules/browse/extension/edit_code.dart index 8a0a4f7a..1427190b 100644 --- a/lib/modules/browse/extension/edit_code.dart +++ b/lib/modules/browse/extension/edit_code.dart @@ -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,