Filament Tags Input vs. Spatie Tags
Hello!
I'm working on a greenfield Filament v4 project and will need to implement some sort of tagging system; reading through the docs at https://filamentphp.com/docs/4.x/forms/tags-input, I saw the official Spatie Tags plugin, and was wondering if there's anything of a comparison table available.
It seems like the Spatie plugin can sort and group by type, but are there any other notable differences I should be aware of?
Solution:Jump to solution
Filament Tags inputs just converts a list of inputs to a tags selector. Simple.
Spatie Tags is a global taggable. component....
1 Reply
Solution
Filament Tags inputs just converts a list of inputs to a tags selector. Simple.
Spatie Tags is a global taggable. component.