Currently it renders in the html: `<option value="Alfa Romeo">GT</option>` `<option value="Alfa Romeo">Another model</option>` This isn't very useful, I need this: `<option value="GT">GT</option>` `<option value="Another model">Another model</option>`
Currently it renders in the html:
<option value="Alfa Romeo">GT</option><option value="Alfa Romeo">Another model</option>This isn't very useful, I need this:
<option value="GT">GT</option><option value="Another model">Another model</option>