cedula solo recibe numeros
This commit is contained in:
@@ -492,6 +492,7 @@ class ProfessionalProfileScreenState extends State<ProfessionalProfileScreen> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
TextFormField(
|
TextFormField(
|
||||||
|
keyboardType: TextInputType.number,
|
||||||
controller: _cedulaController,
|
controller: _cedulaController,
|
||||||
decoration: const InputDecoration(
|
decoration: const InputDecoration(
|
||||||
prefixIcon: Icon(Icons.person_outline),
|
prefixIcon: Icon(Icons.person_outline),
|
||||||
|
|||||||
Reference in New Issue
Block a user