-
Bug
-
Resolution: Unresolved
-
Major
-
2.8.0
-
None
In a form i have a field with a dropdown.
The field is not mandatory and the dropdown has no placeholder but i have unwanted empty line(the first) in my dropdown, here is HTML code :
<select id="Ametys_Gen_kel54coy645" name="select1" style="/* display: none; */"> <option disabled="disabled" selected="selected"></option> <option> </option> <option value="valeur_1">BLEU</option> <option value="valeur_2">ROUGE</option> <option value="valeur_3">VERT</option> </select>
See screenshot for preview