Ghost/ghost/admin/app/components/gh-member-label-input.hbs

14 lines
392 B
Handlebars
Raw Normal View History

<GhTokenInput
@extra={{hash
tokenComponent="gh-token-input/label-token"
}}
@onChange={{this.updateLabels}}
@onCreate={{this.createLabel}}
@options={{this.availableLabels}}
@renderInPlace={{true}}
@selected={{this.selectedLabels}}
@showCreateWhen={{this.hideCreateOptionOnMatchingLabel}}
@triggerId={{this.triggerId}}
@disabled={{@disabled}}
/>