RichEditor field on a hasOne relation array-cast attribute
Not sure if this a common scenario, but I can't save data to a form with a hasOne relation having itself a json/array attribute. This is the setup:
On my
This works as expected. It creates, saves and shows the data. But when I use a
I can't save it and I am getting this error:
Any ideas why?`
On my
LocationResource form I have the following schema:This works as expected. It creates, saves and shows the data. But when I use a
RichEditor instead of a Textarea:I can't save it and I am getting this error:
Any ideas why?`