Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshchauhan3104 authored Apr 13, 2024
1 parent ffc7f07 commit 73047a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function clearSearch() {
document.getElementById('search-input').value = ''; // Clear the search input
document.getElementById('search-input').focus(); // Focus on the input after clearing
}

0 comments on commit 73047a5

Please sign in to comment.