ashatat / e-commerce

Basic e-commerce website to practice our gitflow, teamwork, communication and clean code best practices.
MIT License
3 stars 1 forks source link

Refactor the input field component #82

Closed FarahZaqout closed 5 years ago

FarahZaqout commented 5 years ago

Refactors the input field component to accommodate checkbox and submit button instances. in these cases, having the name property required will add additional noise to the state function, and will change the value of the submit button unless manually written in the setstate function. Relates #83

FarahZaqout commented 5 years ago

Should not be merged before 19/11/2018 unless 4 approves are reached.