You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(search): prevent autocomplete dropdown opening on mount
Add user interaction tracking to SearchInput component to prevent
the autocomplete dropdown from automatically opening when the component
mounts with query parameters in the URL. The dropdown now only opens
after the user has interacted with the input field (typing or focusing).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments