-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
Description
Hi,
I have an input like this :
<input class="tags" type="text" name="keywords" value='["repellat inventore","magni accusamus"]'>
But when sending the form on the server side I get :
[
{"value":"repellat inventore"},
{"value":"magni accusamus"}
]
Is it possible to have it the same way as the initial value ? A JSON format :
["repellat inventore","magni accusamus"]
Thanks
n-studio, rachids, nithinkashyapn, thiagobraga, ysads and 1 more