Closed badwolfbit closed 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
@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.
resolved materialize dropdown issue default css style
display: none;
todisplay: inline-block !important;
Missing search functionality in this branch, require to pull latest after this PR