Reputation: 1
I can use selectize js for my laravel framework project tagging posts? I use for tagging many to many relation.
Upvotes: -1
Views: 483
Reputation: 659
Yes, you can, but I prefer select2 if you gonna use multi-select it's easier to get it as an array from the request directly
https://select2.org/getting-started/basic-usage#multi-select-boxes-pillbox
I hope it's helpful
Upvotes: 0