Hello, I would like to ask, if it is possible to add to Select field (In form fields) both editable things: **Name** and **value** of the option For now there is only editable field for name not value. For example how I would be perfect: ``` <select id="cars" name="cars"> <option **value="volvo"**>**Volvo XC90**</option> <option **value="saab"**>**Saab 95**</option> <option **value="mercedes"**>**Mercedes SLK**</option> <option **value="audi"**>**Audi TT**</option> </select> ``` I am sorry, if I posted this to the bad place. Thank you
Hello, I would like to ask, if it is possible to add to Select field (In form fields) both editable things:
Name and value of the option
For now there is only editable field for name not value.
For example how I would be perfect:
I am sorry, if I posted this to the bad place.
Thank you