Skip to content

Commit

Permalink
Specify url field is for keyboard type url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara-Zor-El committed Jan 12, 2024
1 parent af09949 commit 038ac2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/loginScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ class _LoginScreenState extends State<LoginScreen> {
key: const Key('urlField'),
controller: _url,
focusNode: _focusNode1,
keyboardType: TextInputType.url,
decoration: InputDecoration(
labelText: AppLocalizations.of(context)?.pageLoginAddress ??
"Your Address",
Expand Down

0 comments on commit 038ac2b

Please sign in to comment.