Shows tags for a node.
<adf-tag-node-list
[nodeId]="nodeId">
</adf-tag-node-list>
Name | Type | Default value | Description |
---|---|---|---|
limitTagsDisplayed | boolean | false | Should limit number of tags displayed |
nodeId | string | The identifier of a node. | |
showDelete | boolean | true | Show delete button |
Name | Type | Description |
---|---|---|
results | EventEmitter <any> | Emitted when a tag is selected. |
To limit number of tags initially displayed set limitTagsDisplayed
to true
.
<adf-tag-node-list
[nodeId]="nodeId"
[limitTagsDisplayed]="true">
</adf-tag-node-list>
Now when tag chips will exceed the size of the container number of displayed chips will be limited to as much as fits together with view more button. At least one tag will always be displayed, when one tag and view more button won't fit into one line the button will be displayed under the tag.
© 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.