Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bluezald opened this issue Oct 6, 2020 · 0 comments
Open

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

bluezald opened this issue Oct 6, 2020 · 0 comments

Comments

@bluezald
Copy link

bluezald commented Oct 6, 2020

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"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant