Is there a way to display tags in an infolist?

Just dipping my feet into filamentphp v3, loving it so far. I love the tags editor via forms. Is there a way to get a similar display for tags in an infolist?
No description
Solution:
you probably want to remove the repeatable styled container + play with the columns so that it looks more tag-like as in rows https://filamentphp.com/docs/3.x/infolists/entries/repeatable#removing-the-styled-container
Jump to solution
8 Replies
TheLegendTubaGuy
TheLegendTubaGuyOP3mo ago
I tried this and they all got separated out.
No description
TheLegendTubaGuy
TheLegendTubaGuyOP3mo ago
Is there a way to combine elements in the repeatable entry... container? I'm not sure what the right verbiage is.
Solution
NikSpyratos
NikSpyratos3mo ago
you probably want to remove the repeatable styled container + play with the columns so that it looks more tag-like as in rows https://filamentphp.com/docs/3.x/infolists/entries/repeatable#removing-the-styled-container
Lirux
Lirux3mo ago
I'm not sure if this helps. There is a offical Filament Plugin for Spatie Tags. https://filamentphp.com/plugins/filament-spatie-tags This plugin is also used in the FilamentPHP demo: https://demo.filamentphp.com/
Filament
Spatie Tags by Filament - Filament
Filament support for Spatie's Laravel Tags package.
TheLegendTubaGuy
TheLegendTubaGuyOP3mo ago
Spacing is a little strange, but I managed to get something that'll work
No description
TheLegendTubaGuy
TheLegendTubaGuyOP3mo ago
->contained(false)
->grid(6),
->contained(false)
->grid(6),
TheLegendTubaGuy
TheLegendTubaGuyOP3mo ago
I may try this also, thanks!

Did you find this page helpful?