Home > Back-end >  How to use Bootstrap Tags Input
How to use Bootstrap Tags Input

Time:03-16

I'm trying to use Markup enter image description here

Where i'm i mistaking and what are the missed imports

I'm using a template in my project .

Here is my desired output

enter image description here

CodePudding user response:

You need to actually include the libraries for bootstrap tagging. Have a look at the example page, they include it at the very end of the html markup. enter image description here

  • Related