no para inclusão dos paises
This commit is contained in:
@@ -680,7 +680,6 @@ class _HomeVisitScreenState extends State<HomeVisitScreen> {
|
||||
enabled: true,
|
||||
maxLength: 7,
|
||||
textInputType: TextInputType.number,
|
||||
inputFormatters: [FilteringTextInputFormatter.digitsOnly,],
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
InputWithSubtitle(
|
||||
@@ -695,7 +694,6 @@ class _HomeVisitScreenState extends State<HomeVisitScreen> {
|
||||
enabled: true,
|
||||
maxLength: 4,
|
||||
textInputType: TextInputType.number,
|
||||
inputFormatters: [FilteringTextInputFormatter.digitsOnly,],
|
||||
onChanged: (v)=>setState((){}),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user