CodeWritingCow / NYC-restaurant-inspection-records

Web application for searching New York City restaurant inspection records
http://www.nycfoodsafety.org
1 stars 3 forks source link

Borough Dropdown #48

Closed badwolfbit closed 5 years ago

badwolfbit commented 5 years ago

resolved materialize dropdown issue default css style display: none; to display: inline-block !important;

Missing search functionality in this branch, require to pull latest after this PR

Screenshot 2019-07-10 16 08 19
badwolfbit commented 5 years ago

@CodeWritingCow this PR does not contain search functionality and will require resolution to several merge conflicts.

style.css is required to resolve to materialize dropdown menu issue

CodeWritingCow commented 5 years ago

@omenwolf I resolved the merge conflict in Search.jsx.

In the react-base master branch, <Search/> gets the dropdown menu's value via this.boroInput = React.createRef(). Therefore, I disabled this.handleChange from your PR.