From b6295952ba7d47edc979de5429cfdeff5e9dac6e Mon Sep 17 00:00:00 2001 From: GabrielMeyer Date: Wed, 23 Jan 2019 17:45:56 +0100 Subject: [PATCH] Fixes #4174 Fixed the non-autofocus search-input-element on the search-page. Added directive 'osAutofocus' to the input-element, so it will be autofocussed when the user enters the search-component. Resolved answers of pull-request - Added `osAutofocus` to the `os-sort-filter-bar` --- .../os-sort-filter-bar/os-sort-filter-bar.component.html | 1 + .../src/app/site/common/components/search/search.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html b/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html index beea3aacc..dfbcbb56a 100644 --- a/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html +++ b/client/src/app/shared/components/os-sort-filter-bar/os-sort-filter-bar.component.html @@ -35,6 +35,7 @@
- + search