abzubarev / web-developer-form-filler-ext

This extension is used by developers to make it easy to fill forms
MIT License
113 stars 53 forks source link

Trigger input events in addition to change/blur events for React #16

Closed p-decoraid closed 3 years ago

p-decoraid commented 7 years ago

Fixes #15, however I don't know whether this will break anything.

henrikmerlander commented 5 years ago

I think this is the correct way to do it. According to MDN, the input event should be fired when the value of an input element changes. I had the same change in mind but noticed there is already an open PR for this.