-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: set value to null when clearing from a single select select2 and null check in ngOnDestroy #74
base: master
Are you sure you want to change the base?
Conversation
Is this fix gonna be published? |
Hi, I'm also wondering when this fix will be published... It would be great ! |
@NejcZdovc Do you have any plans to merge this? |
@MarkHerhold did you try out hits patch? Is it working for you with this fix? |
@NejcZdovc Partially. I can't directly reproduce the issue but I know that the I can't comment on the other portion of this PR as we don't have issues with the select/unselect events. I will submit a PR that only adds the |
@MarkHerhold sounds good |
@NejcZdovc can you please merge this fix also ? facing a similar issue. |
@sbanerjee302 can you please test this PR out and confirm that it's working correctly |
@NejcZdovc The null check in ngOnDestroy is definitely working which was the issue I was facing. |
@MarkHerhold said that he will do a pr just for this null check, so we can merge that one |
@NejcZdovc I have created a PR for the null check and also added a check if the off function exists. Can you please review. |
@sbanerjee302 done, merged and new version published |
Closes #61