From c41ac4c1cb12a70fa7fcc93146234f87e0aa786a Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:19:38 -0500 Subject: [PATCH] cedula solo recibe numeros --- lib/src/screens/professional_profile.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/screens/professional_profile.dart b/lib/src/screens/professional_profile.dart index 34dbe51..12eb881 100644 --- a/lib/src/screens/professional_profile.dart +++ b/lib/src/screens/professional_profile.dart @@ -492,6 +492,7 @@ class ProfessionalProfileScreenState extends State { child: Column( children: [ TextFormField( + keyboardType: TextInputType.number, controller: _cedulaController, decoration: const InputDecoration( prefixIcon: Icon(Icons.person_outline),