formspree / formspree-js

The fastest way to hook up a React form
https://formspree.io/javascript
MIT License
63 stars 12 forks source link

Added reset method #5

Closed gazpachu closed 3 years ago

gazpachu commented 3 years ago

This is required when the same form is shared across different pages.

gazpachu commented 3 years ago

@rohitdatta thanks for merging it! When are you planning to release a new version? I'd like to use it in my project. Thanks!

rohitdatta commented 3 years ago

@gazpachu we realized there’s an issue preventing it from building. Also I don’t think it’s returning the reset method, so a component couldn’t call it.

We’ve added a task to our engineering calendar to take a look, although you can also submit a new patch if you’re familiar with how to fix it.