0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-24 10:20:28 +01:00
discourse-custom-wizard/assets/javascripts/discourse/components/wizard-subscription-selector/wizard-subscription-selector-header.hbs

16 Zeilen
435 B
Handlebars

2024-11-22 16:45:50 +01:00
<div class="select-kit-header-wrapper">
{{component
this.selectKit.options.selectedNameComponent
tabindex=this.tabindex
item=this.selectedContent
selectKit=this.selectKit
shouldDisplayClearableButton=this.shouldDisplayClearableButton
}}
{{#if this.subscriptionRequired}}
<span class="subscription-label">{{i18n this.selectorLabel}}</span>
{{/if}}
{{d-icon this.caretIcon class="caret-icon"}}
</div>