Console Error on HomePage related to States Select option
Created by: vishwac09
Describe the bug
Console errors seen on homepage, related to the State select option. On inspecting the code the error corresponds to make the use of value or the defaultValue attribute on the select element and removing the selected option set on the child option elements.
File :: src/components/home.js line 226
To Reproduce
- Fork the project
- Checkout master take latest pull
- npm i && npm run start
- Check console in browser
Expected behavior Console error must not be seen.
Desktop (please complete the following information):
- OS: IOS
- Browser Chrome, Safari
- Version : 80, 12
Additional context This PR only targets on improving the code, it is working fine without this fix also but just a correct way of the code. Forms