Commits
ResuBaka committed 47003d1f212
Added the input event back An select element throws both an input and an change event. With this both event are now thrown by the baseSelect. I got the info from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#See_also (Events fired by <select>: change, input.).