mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 21:38:44 +08:00
d48542796e
- improve mini-tag-chooser keyboard behavior - all multil select now respond to select all and left/right arrows - improve events handling - many minor tweaks
12 lines
331 B
Handlebars
12 lines
331 B
Handlebars
<div class="choices">
|
|
{{#each computedContent.selection as |selection|}}
|
|
{{component selectedNameComponent
|
|
onClickSelectionItem=onClickSelectionItem
|
|
highlightedSelection=highlightedSelection
|
|
computedContent=selection}}
|
|
{{/each}}
|
|
<span class="filter choice" tabindex="-1">
|
|
{{yield}}
|
|
</span>
|
|
</div>
|