Enum in TextEntry of InfoList
Hi,
I have a model with an enum-property (cast) which I want to display in an infolist, but this gives me an Error:
this results in
I don't mind converting the value e.g. using
As a workaround I can do this, but this it's not very nice
Any idea?
I have a model with an enum-property (cast) which I want to display in an infolist, but this gives me an Error:
this results in
Object of class App\Enums\MyEnum could not be converted to stringI don't mind converting the value e.g. using
formatStateUsing on the TextEntry but the code already fails on the name. As a workaround I can do this, but this it's not very nice
Any idea?