Skip to content

Add features to the base message-input keyboard - #428

Merged
Airyzz merged 1 commit into
commetchat:mainfrom
polemarkh:fix_message_input_keyboard
Mar 15, 2025
Merged

Add features to the base message-input keyboard#428
Airyzz merged 1 commit into
commetchat:mainfrom
polemarkh:fix_message_input_keyboard

Conversation

@polemarkh

Copy link
Copy Markdown
Contributor

This adds the "keyboardType: TextInputType.text" and "textCapitalization: TextCapitalization.sentences" options to the TextInput widget for MessageInput. On iOS, this means that the keyboard has a "done" button (that can be used to dismiss it), and that the first word in every sentence will be, by default, capitalized. It should work the same way on Android. I can't easily test this on Android, but I don't think it should ruin anything, and it should have little to no effect on any platform with a hardware keyboard.

…one' button on iOS) with sentence-style capitalization (first word in a sentence capital by default)
@Airyzz

Airyzz commented Mar 15, 2025

Copy link
Copy Markdown
Contributor

cool, thank you!

@Airyzz
Airyzz merged commit 736dff6 into commetchat:main Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants