Closed bfulop closed 7 years ago
The attribute oninput="${logger}"
should be unquoted: oninput=${logger}
.
😅
Sorry it's just one those times when you should just take break instead of mindlessly hitting the keyboard...
Thanks for the quick reply, saved my day!
No matter how hard I try, I can only register event handlers for the
onmouseover
event with the<select>
element. The other event types disappear once the element is rendered.Any ideas why this could be and how to get around this issue? (Other than adding the event listeners externally?)