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