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
fb45f53df6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue