Skip to content

Format input value for server side #220

@Mushr0000m

Description

@Mushr0000m

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions