Skip to content

Commit

Permalink
Merge pull request #982 from nextcloud/feat/neon/login_autofill
Browse files Browse the repository at this point in the history
feat(neon): specify autofillHint on login url field
  • Loading branch information
Leptopoda authored Oct 18, 2023
2 parents 7a51110 + d3c0010 commit 28048f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neon/neon/lib/src/pages/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class _LoginPageState extends State<LoginPage> {
keyboardType: TextInputType.url,
validator: (final input) => validateHttpUrl(context, input),
onFieldSubmitted: login,
autofillHints: const [AutofillHints.url],
),
),
if (NeonPlatform.instance.canUseCamera) ...[
Expand Down

0 comments on commit 28048f2

Please sign in to comment.