mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 21:24:07 +08:00
315b9d796d
* better test helper * more reliable tests * more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
14 lines
450 B
Handlebars
14 lines
450 B
Handlebars
<div class="choices">
|
|
{{#each computedContent.selectedComputedContents as |selectedComputedContent|}}
|
|
{{component selectedNameComponent onDeselect=onDeselect computedContent=selectedComputedContent}}
|
|
{{/each}}
|
|
<span class="filter choice" tabindex="-1">
|
|
{{component "select-kit/select-kit-filter"
|
|
onFilter=onFilter
|
|
shouldDisplayFilter=shouldDisplayFilter
|
|
isFocused=isFocused
|
|
filter=filter
|
|
}}
|
|
</span>
|
|
</div>
|