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?