Skip to content

Comments

fix(app): disable 3 safari prompt-input annoyances#12558

Merged
adamdotdevin merged 1 commit intoanomalyco:devfrom
DNGriffin:dg/safari-auto-complete
Feb 7, 2026
Merged

fix(app): disable 3 safari prompt-input annoyances#12558
adamdotdevin merged 1 commit intoanomalyco:devfrom
DNGriffin:dg/safari-auto-complete

Conversation

@DNGriffin
Copy link
Contributor

@DNGriffin DNGriffin commented Feb 7, 2026

What does this PR do?

Safari on desktop and iOS (any iOS browser is Safari) makes the prompt input behave very annoyingly.
By default the input has auto capitalize, autocorrect, and spellcheck. I disabled all 3 as they are frustrating when prompting & writing shell commands.

How did you verify your code works?

Before

ScreenRecording_02-06-2026.21-02-22_1.mov

After

ScreenRecording_02-06-2026.21-09-46_1.mov

Fixes: #12555

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@adamdotdevin adamdotdevin merged commit fb331f6 into anomalyco:dev Feb 7, 2026
9 checks passed
@alexandrereyes
Copy link

alexandrereyes commented Feb 8, 2026

autocorrect="off" broke UX on iOS. Typing without auto-correction is much slower and error-prone. This should be optional in settings, not hardcoded. Please revert.

fanjia1024 pushed a commit to fanjia1024/opencode that referenced this pull request Feb 10, 2026
BryceRyan pushed a commit to BryceRyan/opencode that referenced this pull request Feb 10, 2026
relaxkeren pushed a commit to relaxkeren/opencode that referenced this pull request Feb 15, 2026
schneiderlo pushed a commit to schneiderlo/opencode that referenced this pull request Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: mobile/safari autocomplete issue

3 participants