Add return json if option has a name attribute

This commit is contained in:
Crow Crowcrow 2018-05-15 11:25:22 +02:00
parent fcc07d56e2
commit d3ae471326
Signed by: Crow
GPG key ID: 45A8E203AF859FD8
3 changed files with 32 additions and 1 deletions

View file

@ -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>