mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 20:39:35 +00:00
incognito mode for keyboard (#829)
This commit is contained in:
parent
2bce2eb949
commit
3424b9abde
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ class AddressTextField extends StatelessWidget {
|
||||||
return Stack(
|
return Stack(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
TextFormField(
|
TextFormField(
|
||||||
|
enableIMEPersonalizedLearning: false,
|
||||||
|
keyboardType: TextInputType.visiblePassword,
|
||||||
onFieldSubmitted: (_) => FocusScope.of(context).unfocus(),
|
onFieldSubmitted: (_) => FocusScope.of(context).unfocus(),
|
||||||
enabled: isActive,
|
enabled: isActive,
|
||||||
controller: controller,
|
controller: controller,
|
||||||
|
|
Loading…
Reference in a new issue