covalent icon indicating copy to clipboard operation
covalent copied to clipboard

feat: td-search-box autofocus

Open chdanielmueller opened this issue 6 years ago • 3 comments

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.

chdanielmueller avatar Nov 20 '17 09:11 chdanielmueller

+1

pankyka avatar Dec 06 '17 08:12 pankyka

Very much wanted!

tobega avatar Feb 22 '18 10:02 tobega

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

redcrayonn avatar Mar 28 '18 09:03 redcrayonn