mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-14 16:09:31 +01:00
Merge branch 'soru/text-capitalize' into 'master'
proper capitalize main input field Closes #70 and #92 See merge request ChristianPauly/fluffychat-flutter!74
This commit is contained in:
commit
0b22e9ea82
@ -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