mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
proper capitalize main input field
This commit is contained in:
parent
35beaa4492
commit
f86ca81333
@ -280,6 +280,7 @@ class InputBar extends StatelessWidget {
|
||||
onChanged: (text) {
|
||||
onChanged(text);
|
||||
},
|
||||
textCapitalization: TextCapitalization.sentences,
|
||||
),
|
||||
suggestionsCallback: getSuggestions,
|
||||
itemBuilder: buildSuggestion,
|
||||
|
Loading…
Reference in New Issue
Block a user