Skip to content

[desktop] Editor improvements#19

Closed
Codex wants to merge 1 commit intoeditor-improvementsfrom
codex/sub-pr-18
Closed

[desktop] Editor improvements#19
Codex wants to merge 1 commit intoeditor-improvementsfrom
codex/sub-pr-18

Conversation

@Codex
Copy link
Contributor

@Codex Codex AI commented Feb 21, 2026

Rename field was invoking platform text assists that interfered with quick renames in the editor header.

  • Rename input: Set autoComplete, autoCorrect, autoCapitalize to "off" and spellCheck to false on the title input to prevent unwanted suggestions/corrections while renaming files.

Example:

<input
  autoComplete="off"
  autoCorrect="off"
  autoCapitalize="off"
  spellCheck={false}
/>

@Codex Codex AI mentioned this pull request Feb 21, 2026
@Codex Codex AI changed the title [WIP] Improve editor functionality with enhancements [desktop] Editor improvements Feb 21, 2026
@Codex Codex AI requested a review from usamaasfar February 21, 2026 19:36
@usamaasfar usamaasfar closed this Feb 21, 2026
@usamaasfar usamaasfar deleted the codex/sub-pr-18 branch February 21, 2026 19:41
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