diff --git a/src/Components/Case/CaseTypePage.js b/src/Components/Case/CaseTypePage.js index a701dbf..58b1a09 100644 --- a/src/Components/Case/CaseTypePage.js +++ b/src/Components/Case/CaseTypePage.js @@ -198,7 +198,7 @@ const CaseTypePage = () => { options={parsedTags} minLength={1} ref={typeaheadRef} - placeholder="Case Type - start typing to search" + placeholder="Case Type - type to search, tab/click to select" onChange={(selected) => { let item = null; for (const currentItem of selected) {