Ghost-Admin/app/components/gh-member-label-input.hbs

13 lines
371 B
Handlebars

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