+
This commit is contained in:
parent
f6f7d54ec0
commit
d82068d28b
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ Widget _textEditing(String label, BuildContext context, String hintText,
|
|||
return Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 17, vertical: 5),
|
||||
child: TextFormField(
|
||||
keyboardType: TextInputType.number,
|
||||
keyboardType: TextInputType.text,
|
||||
onChanged: onChanged,
|
||||
decoration: InputDecoration(
|
||||
hintText: hintText,
|
||||
|
|
|
|||
Loading…
Reference in a new issue