2015-08-28 17:35:06 +01:00
|
|
|
{{gh-selectize
|
|
|
|
placeholder="Search"
|
|
|
|
selection=selection
|
|
|
|
content=content
|
|
|
|
loading=isLoading
|
|
|
|
optionValuePath="content.id"
|
|
|
|
optionLabelPath="content.title"
|
|
|
|
optionGroupPath="content.category"
|
|
|
|
openOnFocus=false
|
|
|
|
maxItems="1"
|
2015-09-02 09:23:20 +01:00
|
|
|
on-init="onInit"
|
2015-08-28 17:35:06 +01:00
|
|
|
on-focus="onFocus"
|
|
|
|
on-blur="onBlur"
|
2015-09-02 09:23:20 +01:00
|
|
|
update-filter="onType"
|
2015-09-01 09:53:10 +01:00
|
|
|
select-item="openSelected"}}
|
2015-08-28 17:35:06 +01:00
|
|
|
<button class="gh-nav-search-button" {{action "focusInput"}}><i class="icon-search"></i><span class="sr-only">Search</span></button>
|