Merge branch 'soru/no-autocorrect-homeserver-url' into 'main'
fix: Disable autocorrect for the homeserver url field Closes #515 See merge request famedly/fluffychat!490
This commit is contained in:
commit
86998374b9
2 changed files with 6 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
readOnly: !AppConfig.allowOtherHomeservers,
|
||||
onSubmit: (_) => controller.checkHomeserverAction(),
|
||||
unfocusOnClear: false,
|
||||
autocorrect: false,
|
||||
),
|
||||
elevation: 0,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue