mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +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(
|
||||
children: <Widget>[
|
||||
TextFormField(
|
||||
enableIMEPersonalizedLearning: false,
|
||||
keyboardType: TextInputType.visiblePassword,
|
||||
onFieldSubmitted: (_) => FocusScope.of(context).unfocus(),
|
||||
enabled: isActive,
|
||||
controller: controller,
|
||||
|
|
Loading…
Reference in a new issue