2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-02 07:37:23 +02:00

proper capitalize main input field

This commit is contained in:
Sorunome 2020-06-14 17:12:27 +02:00
parent 35beaa4492
commit f86ca81333
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C

@ -280,6 +280,7 @@ class InputBar extends StatelessWidget {
onChanged: (text) { onChanged: (text) {
onChanged(text); onChanged(text);
}, },
textCapitalization: TextCapitalization.sentences,
), ),
suggestionsCallback: getSuggestions, suggestionsCallback: getSuggestions,
itemBuilder: buildSuggestion, itemBuilder: buildSuggestion,