diff options
| author | xengineering <me@xengineering.eu> | 2026-04-24 21:50:06 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2026-04-24 22:01:39 +0200 |
| commit | 38ec45464897acf44d34debcc9ff5f662ee7fe4a (patch) | |
| tree | dd6a1e35580013ed17195dc4f31b84b682947412 /lib | |
| parent | e7e2a0bac24e06c37041ebd37fbfc4e33d3eeb22 (diff) | |
| download | sia-app-38ec45464897acf44d34debcc9ff5f662ee7fe4a.tar sia-app-38ec45464897acf44d34debcc9ff5f662ee7fe4a.tar.zst sia-app-38ec45464897acf44d34debcc9ff5f662ee7fe4a.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.dart | 1 |
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", |
