-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Labels
Description
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Demo Page
https://jsbin.com/degobup/edit?html,js,output
Explanation
using Tagify with Angular .. you would expect that the changes in the original input are propagated to the Angular model.
I think this is more of a general issue, I have it with angular.
the temp fix is to add line below at 1682:
this.DOM.originalInput.dispatchEvent(new Event('change'));
Perhaps you want to validate and see if the change goes with your design or there is a better fix.
-
What is the expected behavior?
using Tagify with Angular .. you would expect that the changes in the original input are propagated to the Angular model. -
What is happening instead?
Angular model is not updated with the changes -
What error message are you getting?
Reactions are currently unavailable