Skip to content

Commit

Permalink
compose: Specify TextCapitalization.sentences on TextField in _Conten…
Browse files Browse the repository at this point in the history
…tInput
  • Loading branch information
sirpengi committed Jan 16, 2024
1 parent 4e9380a commit 6a051c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/compose_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class _ContentInput extends StatelessWidget {
style: TextStyle(color: colorScheme.onSurface),
decoration: InputDecoration.collapsed(hintText: hintText),
maxLines: null,
textCapitalization: TextCapitalization.sentences,
);
}),
));
Expand Down

0 comments on commit 6a051c6

Please sign in to comment.