add textInputAction as params to MIHTextField and MIHPassField

This commit is contained in:
2025-03-05 11:18:13 +02:00
parent c1166f0e97
commit c10a8a36a0
3 changed files with 7 additions and 0 deletions

View File

@@ -393,6 +393,7 @@ class _SignInState extends State<SignIn> {
editable: true,
required: true,
autoFillHintGroup: const [AutofillHints.email],
textInputAction: TextInputAction.next,
),
),