From 38ec45464897acf44d34debcc9ff5f662ee7fe4a Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 24 Apr 2026 21:50:06 +0200 Subject: WIP: Disable autocorrect for server name field TODO: Still auto correction is changing the input. Auto correction is not helpful when typing a domain name on a smartphone. --- lib/ui.dart | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ui.dart') 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 { body: Padding( padding: const EdgeInsets.all(16.0), child: TextField( + autocorrect: false, controller: controller, decoration: const InputDecoration( labelText: "Server name", -- cgit v1.3