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

Update form when tag is deleted

Open gabriel89oliveira opened this issue 3 years ago • 0 comments

When I load a form with prefilled tags and only delete a tag that already exists, the form is not updated properly, so the same tags (including the deleted ones) are sent to backend and data remains the same. However, if I add some tag and then remove, everything start to work fine.

So the problem occurs only when I load the page and delete some tag.

gabriel89oliveira avatar Jun 14 '22 17:06 gabriel89oliveira