Add return json if option has a name attribute
This commit is contained in:
parent
fcc07d56e2
commit
d3ae471326
3 changed files with 32 additions and 1 deletions
|
@ -37,6 +37,9 @@
|
|||
<option selected value="Milk">Milk</option>
|
||||
<option value="Eggs">Eggs</option>
|
||||
</select>
|
||||
<select multiple name="json">
|
||||
<option selected name="key" value="value">Value</option>
|
||||
</select>
|
||||
<select name="animal">
|
||||
<option value="Dog" selected>Dog</option>
|
||||
<option value="Cat">Cat</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue