Skip to content

Commit

Permalink
Merge pull request #158 from humhub/156-disable-spelling-correction-o…
Browse files Browse the repository at this point in the history
…n-opener-url-field

Disable autocorrect
  • Loading branch information
luke- authored Feb 6, 2024
2 parents 0d61456 + 05cc1cd commit b9f8b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/opener.dart
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class OpenerState extends ConsumerState<Opener> with SingleTickerProviderStateMi
),
decoration: openerDecoration(context),
validator: controlLer.validateUrl,
autocorrect: false,
);
}
return const Center(child: CircularProgressIndicator());
Expand Down

0 comments on commit b9f8b24

Please sign in to comment.