Remove phone hint
This commit is contained in:
parent
743ec94d56
commit
fe1121f0fe
|
|
@ -349,7 +349,6 @@ class _UserDetailsState extends State<UserDetails>
|
||||||
controller: _phoneController,
|
controller: _phoneController,
|
||||||
onSavePressed: _onSavePressed,
|
onSavePressed: _onSavePressed,
|
||||||
keyboardType: TextInputType.phone,
|
keyboardType: TextInputType.phone,
|
||||||
hint: '+12125550000',
|
|
||||||
),
|
),
|
||||||
PasswordFormField(
|
PasswordFormField(
|
||||||
controller: _passwordController,
|
controller: _passwordController,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue