mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
17 lines
519 B
Handlebars
17 lines
519 B
Handlebars
|
{{gh-selectize
|
||
|
placeholder="Search"
|
||
|
selection=selection
|
||
|
content=content
|
||
|
loading=isLoading
|
||
|
optionValuePath="content.id"
|
||
|
optionLabelPath="content.title"
|
||
|
optionGroupPath="content.category"
|
||
|
openOnFocus=false
|
||
|
maxItems="1"
|
||
|
on-init="onInit"
|
||
|
on-focus="onFocus"
|
||
|
on-blur="onBlur"
|
||
|
select-item="openSelected"
|
||
|
update-filter="onUpdateFilter"}}
|
||
|
<button class="gh-nav-search-button" {{action "focusInput"}}><i class="icon-search"></i><span class="sr-only">Search</span></button>
|