aldryn-forms icon indicating copy to clipboard operation
aldryn-forms copied to clipboard

Suggestion - Select field (More fields to edit)

Open lukyncze opened this issue 5 years ago • 0 comments

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

lukyncze avatar Nov 29 '20 15:11 lukyncze