Skip to content

Conversation

@kylecarbs
Copy link
Member

Fixes iOS keyboard showing autocomplete suggestions and navigation carets that take up unnecessary space.

Problem

On iOS Safari, the chat input shows:

  • Autocomplete suggestions above the keyboard
  • Up/down/done navigation carets (accessory bar)
  • Auto-capitalization interfering with typing

These features take up screen space and aren't helpful for code/chat input.

Solution

Added HTML attributes to the textarea to disable iOS autocomplete features: autoCorrect="off", spellCheck="false", and autoCapitalize="none".

Testing

Test on iOS device or Safari simulator:

  1. Open chat input
  2. Verify keyboard doesn't show autocomplete suggestions bar
  3. Verify no up/down/done navigation carets appear
  4. Verify input doesn't auto-capitalize

Generated with cmux

Adds autoCorrect, autoCapitalize, and autoComplete attributes to the
textarea in VimTextArea to prevent iOS Safari from showing:
- Autocomplete suggestions above the keyboard
- Up/down/done navigation carets (accessory bar)
- Auto-capitalization of input

These attributes disable unwanted iOS keyboard features that take up
unnecessary space and interfere with the coding/chat input experience.

Generated with `cmux`
@kylecarbs kylecarbs merged commit 6de4c75 into main Oct 21, 2025
9 checks passed
@kylecarbs kylecarbs deleted the fix-ios-keyboard-autocomplete branch October 21, 2025 18:44
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.

1 participant