How to set custom data to RepeatableEntry inside infolist?
I'm just started with Filament and don't understand key concepts how to build anything.
I have a simple View page for my resource, data came from Eloquent (MySQL), but extra data I need is from Service (ElasticSearch inside with some logic behind). How to deal with that?
$messages
is simple array of key->value (type, from...) and now all TextEntry
are empty.

2 Replies
Were you able to solve it?
So, default is for creation only not editing etc. You need to form fill for that data. So:
you can use getStateUsing() which then fills the messages with an array of data. or extend the mount method and set the data manually i.e.