Elbek Khamdullaev
Elbek Khamdullaev

Reputation: 1

How to use selectize.js in laravel for tagging?

I can use selectize js for my laravel framework project tagging posts? I use for tagging many to many relation.

Upvotes: -1

Views: 483

Answers (1)

Ahmed Hassan
Ahmed Hassan

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

Related Questions