Closed Trinitonn closed 5 years ago
Hi again,
IE/Edge does not support event.composedPath. The function eventPath will always return false clicking on an option.
I did a workaround using a check on whether or not you are "hovering" the MultiSelect when the handleDocumentClick is fired. Works for me :)
..git issues;)
fix was released
Hi again,
IE/Edge does not support event.composedPath. The function eventPath will always return false clicking on an option.
I did a workaround using a check on whether or not you are "hovering" the MultiSelect when the handleDocumentClick is fired. Works for me :)