mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-04-21 11:51:57 +00:00
Update edit_code.dart
Change keyboard type to alphanumeric
This commit is contained in:
parent
5ee30851d5
commit
62c7099a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue