Update not working properly in the input-tag component
Opened this issue · 0 comments
Wolfteam commented
Describe the bug
I'm using the ngx-input-tag
and it works the first time the form is initialized,
but once i try to patch the corresponding value, the input does not reflect the changes,
instead, if i click outside the component, then the changes are reflected
To Reproduce
Steps to reproduce the behavior:
- Working Link reproducible demo
- Delete one of the initial tags
- Click the submit button, you will see that nothing changes, but if you click outside the input then it gets updated
Expected behavior
If i change the tags value in the form, it should be automatically reflected and it should not require an extra click.
Versions (please complete the following information):
- OS: Windows
- Browser Chrome
- Package Version 0.4.8
- Angular Version 8