Ghost-Admin/app/components/gh-psm-tags-input.hbs

13 lines
361 B
Handlebars

<GhTokenInput
@extra={{hash
tokenComponent="gh-token-input/tag-token"
}}
@onChange={{action "updateTags"}}
@onCreate={{action "createTag"}}
@options={{this.availableTags}}
@renderInPlace={{true}}
@selected={{this.post.tags}}
@showCreateWhen={{action "hideCreateOptionOnMatchingTag"}}
@triggerId={{this.triggerId}}
/>