-
I just found a comment by @FredyC in https://github.com/facebook/react/issues/15156#issuecomment-511097919.
> @fuleinist Ultimately, it's not that different from MobX, although a lot simplified for…
-
It is currently not possible on `master` to re-order blocks on a page with keyboard actions. We should investigate the best way to implement functionality that provides keyboard access to reordering f…
-
I've got redux form that has touched, error & warning values passed in to my custom text component, but in both cases I get the "div class='invalid-feedback'" with the appropriate error or warning tex…
-
Netlify contact form presents "success" on submit but does not record.
Form can be viewed here: https://iamv2.iammatthias.com/contact/?no-cache=1
-
Hello,
Deploying the basic template for a react-static project on Netlify, and then adding a form example does not work. It seems Netlify somehow does not play nicely with RS and I haven't been able …
-
Using version `1.0.0-beta.4`, I get this error when I do:
```
import Form from 'react-bootstrap/Form';
```
As written here: https://react-bootstrap.netlify.com/components/forms/#forms-api
I…
-
Thanks for the library, looking forward to giving it a try!
Not sure if this is the right place for suggestions like this, but to give the project further exposure, I think it would be useful to prov…
-
Your example works great! However I'm wondering how to integrate as described here.
https://www.netlify.com/docs/form-handling/
Currently I'm getting a full page response when I try to submit the…
-
Any experiences using AJAX behavior with Netlify forms?
I want to avoid redirect on submitting form, and rather stay on the same site and handle UI changes from handleSubmit.
I've followed the …
-
After a recent update, all of my pages which have been made using createPages have no-cache=1 added to the URLs when navigating to a page from another. This is only happening in a production environme…