par
flexi2202 » 22 avr. 2021, 08:18
bonjour a tous
cela fait depuis un bon moment que j essaye de rendre cet exemple en format boostrap
mais je n y arrive pas
Code : Tout sélectionner
<form method="post">
<label for="browser">choisi la ville de ton choix :</label>
<input list="browsers" name="duree" id="browser">
<datalist id="browsers">
<option value="Landelies, BE">
<option value="Gilly, BE">
<option value="Rouvroy, BE">
<option value="Huldange, LU">
</datalist>
<input type="submit">
</form >
j ai essaye avec ceci
Code : Tout sélectionner
<div class="form-group"method="post">
<label for="browser">Example multiple select</label>
<input list="browsers" name="duree" id="browser">
<datalist id="browsers">
<option value="Landelies, BE">
<option value="Gilly, BE">
<option value="Rouvroy, BE">
<option value="Huldange, LU">
</datalist>
<input type="submit">
</div>
bonjour a tous
cela fait depuis un bon moment que j essaye de rendre cet exemple en format boostrap
mais je n y arrive pas
[code] <form method="post">
<label for="browser">choisi la ville de ton choix :</label>
<input list="browsers" name="duree" id="browser">
<datalist id="browsers">
<option value="Landelies, BE">
<option value="Gilly, BE">
<option value="Rouvroy, BE">
<option value="Huldange, LU">
</datalist>
<input type="submit">
</form >[/code]
j ai essaye avec ceci
[code] <div class="form-group"method="post">
<label for="browser">Example multiple select</label>
<input list="browsers" name="duree" id="browser">
<datalist id="browsers">
<option value="Landelies, BE">
<option value="Gilly, BE">
<option value="Rouvroy, BE">
<option value="Huldange, LU">
</datalist>
<input type="submit">
</div>[/code]