"Property type not supported in Livewire for property" when using custom casts
I have a json field on my model, where I use a custom class as a cast:
This fields contains only 3 properties and I am displaying the form like this:
This worked in v2 without any problems, now in v3 I get an error:
The
Any ideas to get around this?
This fields contains only 3 properties and I am displaying the form like this:
This worked in v2 without any problems, now in v3 I get an error:
The
HotelText implements the implements CastsAttributes, ArrayAccess interfaces. When changing the cast to array, it works as well.Any ideas to get around this?