Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 10:20:28 +01:00
16 Zeilen
Kein EOL
435 B
Handlebars
16 Zeilen
Kein EOL
435 B
Handlebars
<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> |