infolist with RepeatableEntry
I want to display my infolist like dark img, If I have only one records then it's working perfectly. But If i add another content from admin then it display white image. Below are my code
What should I need to change, Last data only repeated while using this code, If I remove
split
and grid
then I get actual record, but I (think) need this for what I wantSolution:Jump to solution
Found this https://github.com/filamentphp/filament/issues/6964, can work around for now by passing closure
6 Replies
White image (which is only latest data repeated) with picture
Without using
split
and grid
it works, but I want image on right side..Bump
I'm not sure, but what comes to mind is to explore which template is being used, and whether that template is honoring dark mode vs light, or if something about the loop that's being used is outside the right div/element/layer/etc. In short: is it a markup/template thing? Compare browser source between working vs not-working scenarios, and explore from there.
Hi, this is not about dark/white or template/layer thing, my problem using that code is it repeat only the last data if I use
split
or grid
in repeatableEntry. If I didn't use those (split, grid) then it's working correctly.. Maybe a bug, i'll investigate moreSolution
Found this https://github.com/filamentphp/filament/issues/6964, can work around for now by passing closure