Skip to content

Commit

Permalink
feat(neon): specify autofillHint on login url field
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
  • Loading branch information
Leptopoda committed Oct 17, 2023
1 parent 7a51110 commit d3c0010
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 d3c0010

Please sign in to comment.