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