mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-12 18:52:39 +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) {
|
||||||
onChanged(text);
|
onChanged(text);
|
||||||
},
|
},
|
||||||
|
textCapitalization: TextCapitalization.sentences,
|
||||||
),
|
),
|
||||||
suggestionsCallback: getSuggestions,
|
suggestionsCallback: getSuggestions,
|
||||||
itemBuilder: buildSuggestion,
|
itemBuilder: buildSuggestion,
|
||||||
|
Loading…
Reference in New Issue
Block a user