← Back to PRs

#19208: fix(android): auto-capitalize first letter in chat input

by gregmousseau open 2026-02-17 14:38 View on GitHub →
app: android size: XS
## Summary - Adds `KeyboardOptions(capitalization = KeyboardCapitalization.Sentences)` to the chat input `TextField`, so the keyboard starts with a capital letter at the beginning of each sentence — matching standard messaging app behavior. ## AI Disclosure - [x] AI-assisted (ClaudeCode via OpenClaw) — human reviewed and tested - [x] I understand what this code does ## Testing - Lightly tested on OnePlus 12 (Android 15) - Verified keyboard opens with uppercase at start of input ## Screenshots ![Screenshot_2026-02-17-09-30-59-07_9e4f220af4158cf313504e53a3b01c8c](https://github.com/user-attachments/assets/65b5ec5f-3010-4aac-ba85-3da999278280) 🤖 Generated with [Claude Code](https://claude.com/claude-code)

Most Similar PRs