UTDNebula / utd-trends

An upgrade to UTD Grades.
https://trends.utdnebula.com
MIT License
19 stars 12 forks source link

[Feature Request] Autofocus SearchBar on homepage #253

Open TyHil opened 1 week ago

TyHil commented 1 week ago

Overview

I want to be able to immediately start typing when I open Trends.

Proposal

Add a prop to the SearchBar to enable MUI autoFocus on the homepage, but not the dashboard.

TyHil commented 3 days ago

@NishilJ Can you try adding a comment like so to disable the eslint error // eslint-disable-next-line jsx-a11y/no-autofocus

or you can disable the whole rule in the package.json file.