Skip to content

Commit

Permalink
Merge pull request #4070 from dlabrecq/blur
Browse files Browse the repository at this point in the history
Remove onBlur
  • Loading branch information
dlabrecq authored Oct 15, 2024
2 parents be19fdb + 19b79bd commit 75a1a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/components/resourceTypeahead/resourceInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const ResourceInput: React.FC<ResourceInputProps> = ({
onChange={onChange}
onFocus={() => setIsOpen(true)}
onKeyDown={handleOnTextInputKeyDown}
onBlur={onClear}
placeholder={placeholder}
/>
{search && search.length && (
Expand Down

0 comments on commit 75a1a57

Please sign in to comment.