mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 12:53:13 +03:00
eb2e369326
refs #6458
14 lines
370 B
Handlebars
14 lines
370 B
Handlebars
{{#power-select
|
|
search=(action "search")
|
|
onchange=(action "openSelected")
|
|
placeholder="Search"
|
|
onopen=(action "onFocus")
|
|
onclose=(action "onBlur")
|
|
searchEnabled=false
|
|
triggerComponent="gh-search-input/trigger"
|
|
renderInPlace=true
|
|
loadingMessage="Loading"
|
|
as |name term|}}
|
|
{{highlighted-text name.title term}}
|
|
{{/power-select}}
|