Skip to content

Commit 75a1a57

Browse files
authored
Merge pull request #4070 from dlabrecq/blur
Remove onBlur
2 parents be19fdb + 19b79bd commit 75a1a57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/components/resourceTypeahead/resourceInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const ResourceInput: React.FC<ResourceInputProps> = ({
6464
onChange={onChange}
6565
onFocus={() => setIsOpen(true)}
6666
onKeyDown={handleOnTextInputKeyDown}
67-
onBlur={onClear}
6867
placeholder={placeholder}
6968
/>
7069
{search && search.length && (

0 commit comments

Comments
 (0)