react-router-form
react-router-form copied to clipboard
<Form> is to <form> as <Link> is to <a>
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...