Problem/Motivation
When you try to edit an existing tag, the autocomplete is not returning any results, so it is not working as it should.
Steps to reproduce
Try to edit one of the existing tag, the autocomplete shouldn't return any results.
Proposed resolution
We are going to handle the tag edit from the tagify.js, using the event edit:input coming from Tagify component.
See the Tagify component event over here: https://github.com/yairEO/tagify#events
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
gxleano commentedComment #4
reenaraghavan commentedI will review this.
Comment #5
reenaraghavan commentedI have tested this.
Step followed =>
Edited an existing tag.
The autocomplete is returning results, so it is working as it should.
Attached the screenshots of Before editing the tag and after editing the tag.
Also attaching the patch created using rector.
Comment #6
gxleano commentedThanks @reenaraghavan for review!
Comment #8
gxleano commentedAdded to the 1.0.8 release.