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),