Allows to create multiple tags. That component contains input and two lists. Top list is all created tags, bottom list is searched tags based on input's value.
<adf-tags-creator
[(tagNameControlVisible)]="tagNameControlVisible"
(tagsChange)="tags = $event"
[mode]="tagsCreatorMode">
</adf-tags-creator>
Name | Type | Default value | Description |
---|---|---|---|
disabledTagsRemoving | boolean | false | False if tags can be removed from top list, true otherwise. |
mode | TagsCreatorMode | Mode for component. In Create mode we can't select existing tags, we can only create them. In Create and Assign mode we can both - create tags and select existing tags. | |
tagNameControlVisible | boolean | Decides if input for tags creation/searching should be visible. When input is hidden then panel of existing tags is hidden as well. | |
tags | string[] | Default top list. |
Name | Type | Description |
---|---|---|
existingTagsPanelVisibilityChange | EventEmitter <boolean> | Emitted when bottom list is showing or hiding. |
tagNameControlVisibleChange | EventEmitter <boolean> | Emitted when input is showing or hiding. |
tagsChange | EventEmitter <string[]> | Emitted when tags in top list are changed. |
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.