DAVFoundation / xplore

⛓ A block explorer for local Ethereum testnets
MIT License
62 stars 65 forks source link

fix: remove redux-form dependency #80

Closed ghost closed 6 years ago

ghost commented 6 years ago

Fix for issue #61 Modify the SearchForm component so that it stores input in the local state

Description

Modified the Field attribute in SearchForm.jsx so that it can accept input and the input is stored in the local state of the component. Switched from redux-form Field to basic input. Removed redux-form dependency completely.

Related Issue

Motivation and Context

Adds functionality to search box

How Has This Been Tested?

Tested various inputs Tested on different user agents Verified component state on React Developer Tools

Screenshots (if appropriate):

Types of changes

Checklist:

griffobeid commented 6 years ago

Looks good @adiconstante. I just deleted the console.log that you had in the search form component. Thanks for your contribution! :smiley: :tada: