vue-tags-input
vue-tags-input copied to clipboard
Hide remove icon in tag if vue-tags-input is set to readonly
Hi, is there an easier way to hide the 'x' button inside the tag if we set the vue-tags-input element to readonly?

<vue-tags-input
style="max-width: unset;"
:tags="tags"
v-model="tag"
:readonly="readonly"
@tags-changed="handleTagsChange"
/>