Open tjwoods58 opened 7 years ago
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 if
check will only prevent potential errors. I would actually go further than this PR does and check that off
is a function and not just that it exists.
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 if
check as that's what I can validate and I know it's a safe change. Are you OK with this @NejcZdovc ?
@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 ng2-select2@1.0.0-beta.16
Closes #61