more
This commit is contained in:
@@ -218,7 +218,7 @@ const CaseTypePage = () => {
|
||||
options={parsedTags}
|
||||
minLength={1}
|
||||
ref={typeaheadRef}
|
||||
placeholder="Case Type - type to search, tab/click to select"
|
||||
placeholder="Case Type - type to search, tab/click to select (max 5)"
|
||||
onChange={(selected) => {
|
||||
let item = null;
|
||||
for (const currentItem of selected) {
|
||||
|
||||
Reference in New Issue
Block a user