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
[ ] Bug fix (non-breaking change which fixes an issue)
[x ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x ] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
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: