sa-si-dev / virtual-select

A javascript plugin for dropdown with virtual scroll

Home Page:https://sa-si-dev.github.io/virtual-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the Mutation Observer optional

project-one-7 opened this issue · comments

we have a spa site with tabs. So we use a component which removes html if tab loses focus. On return your components have been destroyed. i alterted .min file and remove 'addMutationObserve()', but it would be nice to let the programmer handle the destruction him self. Thanks