summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-04-24 21:50:06 +0200
committerxengineering <me@xengineering.eu>2026-04-24 22:01:39 +0200
commit38ec45464897acf44d34debcc9ff5f662ee7fe4a (patch)
treedd6a1e35580013ed17195dc4f31b84b682947412 /lib
parente7e2a0bac24e06c37041ebd37fbfc4e33d3eeb22 (diff)
downloadsia-app-spellcheck.tar
sia-app-spellcheck.tar.zst
sia-app-spellcheck.zip
WIP: Disable autocorrect for server name fieldspellcheck
TODO: Still auto correction is changing the input. Auto correction is not helpful when typing a domain name on a smartphone.
Diffstat (limited to 'lib')
-rw-r--r--lib/ui.dart1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ui.dart b/lib/ui.dart
index 2c964ed..19469d7 100644
--- a/lib/ui.dart
+++ b/lib/ui.dart
@@ -71,6 +71,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
body: Padding(
padding: const EdgeInsets.all(16.0),
child: TextField(
+ autocorrect: false,
controller: controller,
decoration: const InputDecoration(
labelText: "Server name",