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

Not working with React #29

Open libasoles opened 5 years ago

libasoles commented 5 years ago

It's a great UI. Very handy. Thanks. However, the extension it's not working with React.

yannhervy commented 5 years ago

+1 on this. It does work with react but if not any of the "clicks" triggers a new render pass. I have a very long form where certain radiobuttons lights up new questions and radiobuttons. A solution would be to be able to configure a wait time between each click. React is fast but not that fast :).