discourse/app/assets/javascripts/select-kit/templates/components/multi-select/multi-select-header.hbs

13 lines
361 B
Handlebars

<div class="choices">
{{#each computedContent.selection as |selection|}}
{{component selectedNameComponent
onClickSelectionItem=onClickSelectionItem
highlightedSelection=highlightedSelection
forceEscape=forceEscape
computedContent=selection}}
{{/each}}
<span class="filter choice" tabindex="-1">
{{yield}}
</span>
</div>