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 23, 2024
1 parent 1b0061e commit 13986b6
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 13986b6

Please sign in to comment.