Multi dimensional KeyValue
Hello,
Is there an easy way to deal with multi dimensional array with the keyvalue component?
For now i got a [object Object] in the value. I can't even save the resource because the keyvalue awaiting a ?string
Maybe it is possible to ask filament to ignore the values if its an array?
Exemple of my data (casted as an array)
"{"name": "CompanyName", "address": {"country": "USA", "postcode": "44"}, "status": "ok"}"
Is there an easy way to deal with multi dimensional array with the keyvalue component?
For now i got a [object Object] in the value. I can't even save the resource because the keyvalue awaiting a ?string
Maybe it is possible to ask filament to ignore the values if its an array?
Exemple of my data (casted as an array)
"{"name": "CompanyName", "address": {"country": "USA", "postcode": "44"}, "status": "ok"}"