mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +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,
|
textInputAction: TextInputAction.done,
|
||||||
onFieldSubmitted: (String _) => formSubmitted(),
|
onFieldSubmitted: (String _) => formSubmitted(),
|
||||||
initialValue: widget.initialValue,
|
initialValue: widget.initialValue,
|
||||||
|
autocorrect: false,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user