Update Text Displayed on Job Id Search Dropdown
This commit is contained in:
@@ -131,7 +131,7 @@ export function JobIdSearchSelect(
|
|||||||
maxHeight={300}
|
maxHeight={300}
|
||||||
labelField="label"
|
labelField="label"
|
||||||
valueField="value"
|
valueField="value"
|
||||||
placeholder={!isFocus ? "Job Id to Post Against" : "..."}
|
placeholder={!isFocus ? "RO #" : "..."}
|
||||||
searchPlaceholder="Search..."
|
searchPlaceholder="Search..."
|
||||||
onFocus={() => setIsFocus(true)}
|
onFocus={() => setIsFocus(true)}
|
||||||
onBlur={() => setIsFocus(false)}
|
onBlur={() => setIsFocus(false)}
|
||||||
|
|||||||
Reference in New Issue
Block a user