Closed elvispdosreis closed 4 years ago
is there any way to change the compartment to insert simple values in the array
[ "informatica", "papelaria", { "display": "info", "value": "info" } ] to [ "informatica", "papelaria", "info" ]
[ "informatica", "papelaria", { "display": "info", "value": "info" } ]
[ "informatica", "papelaria", "info" ]
add param [modelAsStrings] = "true"
[modelAsStrings] = "true"
is there any way to change the compartment to insert simple values in the array
[ "informatica", "papelaria", { "display": "info", "value": "info" } ]
to[ "informatica", "papelaria", "info" ]