The html input child for the spinner can have a onChange() event assigned easily. But, I need the same handler to respond to the user spinning the spinner. I am validating user input --the user can type into the html/input box or spin the spinner. My user validator script needs to process both equally.