- Notifications
You must be signed in to change notification settings - Fork 453
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
Reactions are currently unavailable