Teradata / covalent

Teradata UI Platform built on Angular Material
https://teradata.github.io/covalent/
MIT License
2.23k stars 358 forks source link

feat: td-search-box autofocus #980

Open chdanielmueller opened 6 years ago

chdanielmueller commented 6 years ago

Feature Request

Supporting the HTML5 autofocus for inputs on td-search-box

What is the expected behavior?

You can set autofocus and the search field is automatically in focus on a page load.

<td-search-box #searchBox [showUnderline]="false" (searchDebounce)="search($event)" autofocus></td-search-box>

What is the motivation / use case for changing the behavior?

We do have a list of items where 99% percent of the times you want to use the search. We could reduce one click from the user with an autofocus feature.

pankyka commented 6 years ago

+1

tobega commented 6 years ago

Very much wanted!

redcrayonn commented 6 years ago

Other libraries have it, surprised to see Covalent didn't.