Bootstrap Tags Input

Use Bootstrap Tags Input to add and remove tags inside an input field

Tags input

Using tags input is fairly easy. Add the tags that you want to be shown inside the value attribute:

<input type="text" class="form-control" value="Bootstrap,Angular,Vue,Wordpress,React,Java,Php,Gulp" data-role="tagsinput" />

Read more about Bootstrap Tags Input from the official plugin website.