mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-24 03:44:52 +00:00
Blur search bar on suggestion select
This commit is contained in:
parent
d26d8cb021
commit
7740623547
3 changed files with 12 additions and 8 deletions
|
@ -56,6 +56,7 @@ function getSearch() {
|
|||
event.preventDefault();
|
||||
search = document.querySelector('.search > input');
|
||||
search.value = user.toString();
|
||||
search.blur();
|
||||
}
|
||||
hint.appendChild(el);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue