mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Make sure controller gets updated when manually typing new mgmt key
This commit is contained in:
parent
533c2d26d7
commit
a3c160a001
@ -254,6 +254,11 @@ class _ManageKeyDialogState extends ConsumerState<ManageKeyDialog> {
|
||||
),
|
||||
),
|
||||
textInputAction: TextInputAction.next,
|
||||
onChanged: (_) {
|
||||
setState(() {
|
||||
// Update length
|
||||
});
|
||||
},
|
||||
onSubmitted: (_) {
|
||||
if (currentLenOk && newLenOk) {
|
||||
_submit();
|
||||
|
Loading…
Reference in New Issue
Block a user