add textInputAction as params to MIHTextField and MIHPassField
This commit is contained in:
@@ -393,6 +393,7 @@ class _SignInState extends State<SignIn> {
|
||||
editable: true,
|
||||
required: true,
|
||||
autoFillHintGroup: const [AutofillHints.email],
|
||||
textInputAction: TextInputAction.next,
|
||||
),
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user