Skip to content

Commit

Permalink
LPS-139246 - SF
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Sep 23, 2021
1 parent ab3094c commit 192c9be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ export function ObjectRelationship({
>
<ClayAutocomplete>
<ClayAutocomplete.Input
name={inputName}
onBlur={onBlur}
onChange={(event) => {
mutatedRef.current = true;

onChange(event, event.target.value);
}}
onBlur={onBlur}
onFocus={onFocus}
placeholder={placeholder}
readOnly={readOnly}
Expand Down

0 comments on commit 192c9be

Please sign in to comment.