This commit is contained in:
Kenneth Jannette
2024-01-31 19:02:22 -06:00
parent 8969c33ef4
commit c5d549fab1

View File

@@ -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) {