When using classList.add() with multiple classes IE does not add all of them. Instead it just adds the first in the list. Is this a current bug in IE, or does IE restrict the functionality of this? I could not find a report of this anywhere in documentation.
https://developer.mozilla.org/en-US/docs/Web/API/Element.classList
Thanks!