vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

Hide remove icon in tag if vue-tags-input is set to readonly

Open bluezald opened this issue 5 years ago • 0 comments

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

Screen Shot 2020-10-06 at 4 36 16 PM

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

bluezald avatar Oct 06 '20 08:10 bluezald