vue-tags-input
vue-tags-input copied to clipboard
Update form when tag is deleted
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.