react-router-form icon indicating copy to clipboard operation
react-router-form copied to clipboard

<Form> is to <form> as <Link> is to <a>

Results 6 react-router-form issues
Sort by recently updated
recently updated
newest added

hello i am getting the bellow error when i import Form. TypeError: _React$PropTypes is undefined

When the form submits to itself (to the same page), the handler is not triggered

This PR is to keep the URL devoid of empty GET params.

I'm not sure how to do that but I have a form which I have to submit on every input change. It's a filter form where the search must happen...