You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the life of me I couldn't figure out a way to get the list of selected values. Working off of the demo.html with no action and setIsEnbaled(true), document.querySelector('#testSelect1').value returns a single value of the first item in the list("2" in this case). document.multiselect('#testSelect1').value returns undefined. Am I doing something wrong here?