Ghost-Admin/app/components/gh-member-single-label-inpu...

11 lines
265 B
Handlebars

<span class="gh-select">
<OneWaySelect
@options={{this.availableLabels}}
@optionValuePath="id"
@optionLabelPath="name"
@optionTargetPath="id"
@update={{this.updateLabel}}
/>
{{svg-jar "arrow-down-small"}}
</span>