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 a new issue