add textInputAction as params to MIHTextField and MIHPassField
This commit is contained in:
parent
c1166f0e97
commit
c10a8a36a0
3 changed files with 7 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ class _SignInState extends State<SignIn> {
|
|||
editable: true,
|
||||
required: true,
|
||||
autoFillHintGroup: const [AutofillHints.email],
|
||||
textInputAction: TextInputAction.next,
|
||||
),
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue