mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +00:00
node password+username field keyboard fixes
This commit is contained in:
parent
cb73cb6eaf
commit
7a1b094eff
1 changed files with 1 additions and 2 deletions
|
@ -975,7 +975,6 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
controller: _usernameController,
|
||||
readOnly: shouldBeReadOnly,
|
||||
enabled: enableField(_usernameController),
|
||||
keyboardType: TextInputType.number,
|
||||
focusNode: _usernameFocusNode,
|
||||
style: STextStyles.field(context),
|
||||
decoration: standardInputDecoration(
|
||||
|
@ -1024,7 +1023,7 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
controller: _passwordController,
|
||||
readOnly: shouldBeReadOnly,
|
||||
enabled: enableField(_passwordController),
|
||||
keyboardType: TextInputType.number,
|
||||
obscureText: true,
|
||||
focusNode: _passwordFocusNode,
|
||||
style: STextStyles.field(context),
|
||||
decoration: standardInputDecoration(
|
||||
|
|
Loading…
Reference in a new issue