Here is my HTML (live example https://jsbin.com/juciheneqi/edit?html,output):
<input type="text" name="emails.0" /><br/> <input type="text" name="emails.1" /><br/> <input type="text" name="emails.2" />
If you have autocomplete (aka auto-fill) enabled in your browser and you double click in any of those inputs -> choose a value for the autocomplete list -> ALL the inputs with receive this value! Even having different names!
name
Is there a way to avoid it? The less hacky - the better =)
2.1m questions
2.1m answers
60 comments
57.0k users