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