I have checkbox input line with closed tag:
<input class="rating" type="checkbox" name="ratings[]" value="" />
Safari rendering it to by changing closed tag and adding value there:
<input class="rating" type="checkbox" name="ratings[]" value="4">4</input>
How to solve this issue?
Aucun commentaire:
Enregistrer un commentaire