Skip to content

Commit

Permalink
JNG-6019 fix typeahead onChange (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg authored Nov 19, 2024
1 parent 7d55107 commit a1d97b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const TextWithTypeAhead = ({
onInputChange={onInputChange}
onChange={ (event, target) => {
setValue(target);
onChange(target);
handleSearch(target);
} }
/>
Expand Down

0 comments on commit a1d97b3

Please sign in to comment.