mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 00:00:26 +08:00
SetupCloneUrl: Disable autocorrect
We are entering a URL, the autocorrect is super annoying.
This commit is contained in:
@ -73,6 +73,7 @@ class GitCloneUrlPageState extends State<GitCloneUrlPage> {
|
||||
textInputAction: TextInputAction.done,
|
||||
onFieldSubmitted: (String _) => formSubmitted(),
|
||||
initialValue: widget.initialValue,
|
||||
autocorrect: false,
|
||||
),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user