mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-31 12:07:24 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Christian Pauly
						Christian Pauly