This commit is contained in:
Tykayn 2025-02-10 12:22:49 +01:00 committed by tykayn
parent 7c809b9629
commit 522f48f887
3 changed files with 66 additions and 33 deletions

View file

@ -108,7 +108,8 @@
<form onclick="searchLocation()">
<!-- <fieldset>-->
<input type="text" id="searchLocation" placeholder="Rechercher un lieu" class="search-input">
<button id="searchButton" class="rounded-button">➤ Ville</button>
<button id="searchButton" class="rounded-button">🔍 Rechercher</button>
<select id="searchResults" class="search-results" size="5" style="display: none;"></select>
<!-- </fieldset>-->
</form>