diff --git a/client/src/components/Projects/ColumnHeaderPopups/ProjectTableColumnHeader.js b/client/src/components/Projects/ColumnHeaderPopups/ProjectTableColumnHeader.js index fc42f0ef..677f7b14 100644 --- a/client/src/components/Projects/ColumnHeaderPopups/ProjectTableColumnHeader.js +++ b/client/src/components/Projects/ColumnHeaderPopups/ProjectTableColumnHeader.js @@ -9,6 +9,7 @@ import VisibilityPopup from "./VisibilityPopup"; import StatusPopup from "./StatusPopup"; const ProjectTableColumnHeader = ({ + uniqueValues, header, criteria, setCriteria, @@ -70,6 +71,7 @@ const ProjectTableColumnHeader = ({ /> ) : header.popupType === "text" ? ( + Search Icon +
Search by Keyword
+ + ); + return (
@@ -67,15 +81,36 @@ const TextPopup = ({ />
- + +
*/} + {/* { setNewSearchString(e.target.value); }} value={newSearchString} - /> - + /> */} + ({ + value: text, + label: text + }))} + name="inputName" + disabled={false} + onChange={e => { + setNewSearchString(e.target.value); + }} + value={newSearchString} + defaultValue={newSearchString} + styles={{ maxHeight: 200 }} + placeholder={placeholderComponent} + >