mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
Autofocus the Search field
So on page load a user can immediately start typing a search without having to manually navigate to it. Also a big bonus for accessibility
This commit is contained in:
parent
734b07accf
commit
c6129704ed
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<form [formGroup]='searchForm'>
|
||||
<mat-form-field floatLabel="never" style="width: 100%;">
|
||||
<input id="nav-search" matInput placeholder="{{'NavigationBar.Search' | translate}}" formControlName='input'>
|
||||
<input id="nav-search" autofocus="autofocus" matInput placeholder="{{'NavigationBar.Search' | translate}}" formControlName='input'>
|
||||
</mat-form-field>
|
||||
</form>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue