Autofocus appstore search field
This commit is contained in:
@@ -242,7 +242,7 @@
|
||||
<div>
|
||||
<form ng-submit="search()">
|
||||
<div class="input-group">
|
||||
<input type="text" class="form-control" style="height: 40px" placeholder="Search" ng-model="searchString" ng-change="search()">
|
||||
<input type="text" id="appstoreSearch" class="form-control" style="height: 40px" placeholder="Search" ng-model="searchString" ng-change="search()" autofocus>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user