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
On crate pages (e.g. https://crates.io/crates/tokio), the search input field is automatically focused on page load, stealing focus from keyboard-based navigation tools which the user may have configured. This can be a mild annoyance to users of assistive tools and those with keyboard-centric workflows. It arguably does not provide much value to other users who can easily focus the search input by pressing S or /.
Expected Behavior
The input should not be auto-focused on page load.