2017-11-26 17:21:39 +01:00
|
|
|
<div class="choices">
|
2018-03-22 11:29:55 +01:00
|
|
|
{{#each computedContent.selection as |selection|}}
|
2018-01-11 09:39:51 +01:00
|
|
|
{{component selectedNameComponent
|
2018-03-22 11:29:55 +01:00
|
|
|
onClickSelectionItem=onClickSelectionItem
|
|
|
|
highlightedSelection=highlightedSelection
|
2018-09-12 12:19:04 +02:00
|
|
|
forceEscape=forceEscape
|
2018-03-22 11:29:55 +01:00
|
|
|
computedContent=selection}}
|
2017-11-21 11:53:09 +01:00
|
|
|
{{/each}}
|
2017-11-26 17:21:39 +01:00
|
|
|
<span class="filter choice" tabindex="-1">
|
2018-02-26 11:42:57 +01:00
|
|
|
{{yield}}
|
2017-11-26 17:21:39 +01:00
|
|
|
</span>
|
|
|
|
</div>
|