discourse/app/assets/javascripts/select-kit/templates/components/dropdown-select-box/dropdown-select-box-header.hbs
Joffrey JAFFEUX d48542796e
FIX: select-kit refactoring
- improve mini-tag-chooser keyboard behavior
- all multil select now respond to select all and left/right arrows
- improve events handling
- many minor tweaks
2018-03-22 11:29:55 +01:00

8 lines
163 B
Handlebars

{{#each icons as |icon|}} {{d-icon icon}} {{/each}}
{{#if options.showFullTitle}}
<span class="d-button-label selected-name">
{{{label}}}
</span>
{{/if}}