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

Fully customizable Svelte component to enter tags

Results 8 svelte-tags-input issues
Sort by recently updated
recently updated
newest added

After creating the content, I want to display a readonly view. Thus show tags in read only mode, adding `disable="true"` can make it read only. But, there could be some...

enhancement
good first issue
question

Seems after set tags={tags}, I only need to operate the variable `tags`, it's binded to the user input bi-direction. Thus no need to set handler `handleTags`, if all I need...

question

I hope `bind:value` is supported.

Thanks for the great repo. Can we trigger custom fusejs function?

invalid

- General cleanup - Moved some event methods into their own files (not great, but easier to read) - Fixed some broken things - Removed weird default styles - Added...

I've added drag & drop tag reordering functionality which I needed for one of my projects. You can check the functionality in this video: https://github.com/agustinl/svelte-tags-input/assets/10584134/3476e306-8775-4b7b-a102-4609f0bac680 Is this something you'd like...

Thanks for the great component! This issue is a request to include some TypeScript typings with the component. When using this in a Svelte Kit TypeScript application and running Svelte...

I'm fairly sure this could be resolved by replacing the code block [here](https://github.com/agustinl/svelte-tags-input/blob/master/src/Tags.svelte#L116) with `removeTag(tags.length-1)` (might need an index check). Apologies for not just submitting a PR - I'm not...