crudkit icon indicating copy to clipboard operation
crudkit copied to clipboard

Need to show option values

Open jrborbars opened this issue 9 years ago • 0 comments

I want to show option values to be selected in HTML select element. How can I add this to a column? What I want is showed below:

<select name="options">
<option value="1">Value 1</option>
<option value="2">Value 2</option>
</select>

jrborbars avatar May 30 '16 01:05 jrborbars