discourse/app/assets/javascripts/select-kit/templates/components/dropdown-select-box/dropdown-select-box-header.hbs
Joffrey JAFFEUX 315b9d796d
select-kit refactoring
* better test helper
* more reliable tests
* more consistent use of data-value/data-name/title/aria-label everywhere: header and rows
2017-12-22 13:08:12 +01:00

8 lines
161 B
Handlebars

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