From c5d549fab1c0a4247ee8fcc49b7327e2b9f41393 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Wed, 31 Jan 2024 19:02:22 -0600 Subject: [PATCH] more --- src/Components/Case/CaseTypePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {