dipson88 / treeselectjs

Treeselect on vanilla JS
MIT License
82 stars 15 forks source link

fixed shadow root event problems #105

Open realGriss opened 3 months ago

realGriss commented 3 months ago

Fixes an issue where TreeSelect wouldn't work within a shadow root. This update modifies "document.activeElement" in "inputBlurListener" and the "event.target" in "focusWindowHandler" to support shadow roots.

this commit fixes #104