Skip to content

Commit

Permalink
Merge pull request #3631 from dlabrecq/onblur
Browse files Browse the repository at this point in the history
Remove typeahead clear for onBlur
  • Loading branch information
dlabrecq authored Jan 25, 2024
2 parents 5c04708 + f91f442 commit 06f75fd
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 @@ -61,7 +61,6 @@ const ResourceInput: React.FC<ResourceInputProps> = ({
aria-label={ariaLabel}
icon={<SearchIcon />}
value={search}
onBlur={handleOnClear}
onChange={onChange}
onFocus={() => setIsOpen(true)}
onKeyDown={handleOnTextInputKeyDown}
Expand Down

0 comments on commit 06f75fd

Please sign in to comment.