nodep-date-input-polyfill icon indicating copy to clipboard operation
nodep-date-input-polyfill copied to clipboard

Change event is not bubbling when using modern Event constructor.

Open svenvandescheur opened this issue 5 years ago • 0 comments

Change/input events should be bubbling. This is the case for the legacy way of creating events but not for the modern way which triggers on Safari.

Fixing this would allow fetching al changes on the form element which reduces the amount of change listeners and makes it more easy to implement auto submitting a form.

svenvandescheur avatar May 21 '19 11:05 svenvandescheur