This commit is contained in:
KONE SOREL 2026-03-07 10:19:58 +00:00
parent eab0ec6cfd
commit 7496d5599b

View File

@ -1,2 +1,6 @@
<?= liste_options($ville,'',false) ?>
<select name="codeVille" id="codeVille"
class="form-select border-2 border-start-0 ps-0 selectpicker show-tick"
data-live-search="true"
required onchange="JAVASCRIPT:filtreLocaliteParVille();">
<?= liste_options($ville,'',false) ?>
</select>