Skip to content

Commit

Permalink
fix(SILVA-566): close advanced search when user click on search (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Nov 12, 2024
1 parent 0c581ef commit c4a53e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const OpeningsSearchBar: React.FC<IOpeningsSearchBar> = ({

const handleSearchClick = () => {
onSearchClick();
setIsOpen(false);
};

const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {
Expand Down

0 comments on commit c4a53e4

Please sign in to comment.