multiselect-web-component
multiselect-web-component copied to clipboard
Multiselect Web Component in VanillaJS
This pull request solves this problem. You should use a MutationObserver https://developer.mozilla.org/en/docs/Web/API/MutationObserver If the contents of the web component changes, for example the ``` Item 1 Item 2 Item 3...
You should use a MutationObserver https://developer.mozilla.org/en/docs/Web/API/MutationObserver If the contents of the web component changes, for example the ``` Item 1 Item 2 Item 3 Item 4 ``` If I used...