Closed RaphaelBP closed 4 years ago
Hello,
Nice plugin but I have a problem when i want to save multi fields :
Json::make("Attributes2", [ Text::make(__('field1')), Text::make(__('field2')), Text::make(__('field3')), ]),
Form result :
When saving in database field:
{"0":"{\"0\":\"{\\\"field1\\\":\\\"value1\\\"}\",\"field2\":\"value2\"}","field3":"value3"}
I'm using Laravel 6 and Nova 2.10.
Thanks for help. Bye.
Hi; you should cast your "Attribute2" attribute into JSON
Hello,
Nice plugin but I have a problem when i want to save multi fields :
Form result :
When saving in database field:
I'm using Laravel 6 and Nova 2.10.
Thanks for help. Bye.