Skip to content

Don't auto-focus input on Quick Actions sheet open#83

Merged
mcintyre94 merged 1 commit intomainfrom
suggest-no-auto-select-quick-action-input-1b304d4a
Mar 15, 2026
Merged

Don't auto-focus input on Quick Actions sheet open#83
mcintyre94 merged 1 commit intomainfrom
suggest-no-auto-select-quick-action-input-1b304d4a

Conversation

@mcintyre94
Copy link
Copy Markdown
Owner

Summary

  • Removes onAppear { isInputFocused = true } from both QuickChatView and BashQuickView
  • Previously, opening the Quick Actions sheet immediately raised the keyboard, hiding the tab bar and making it difficult to switch between the Quick Chat and Bash tabs
  • Now the keyboard only appears when the user explicitly taps the input field

Test plan

  • Open the Quick Actions sheet — keyboard should not appear automatically
  • Tab bar (Quick Chat / Bash) should be visible immediately on open
  • Tapping the input field should still bring up the keyboard normally
  • Both tabs should behave the same way

🤖 Generated with Claude Code

Auto-focusing the text field immediately triggered the keyboard,
hiding the tab bar and making it hard to switch between Quick Chat
and Bash tabs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mcintyre94 mcintyre94 merged commit c553f92 into main Mar 15, 2026
2 checks passed
@mcintyre94 mcintyre94 deleted the suggest-no-auto-select-quick-action-input-1b304d4a branch March 15, 2026 11:07
@mcintyre94 mcintyre94 restored the suggest-no-auto-select-quick-action-input-1b304d4a branch March 15, 2026 23:49
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