Having an issue where I can't seem to properly close Bootstrap tags in my code. Here's a snippet of the HTML:
<html>
<head>
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-tagsinput.min.js"></script>
</head>
<body>
<input type="text" id="searchTags" data-role="tagsinput"/>
</body>
</html>
I'm working with Bootstrap V3.0.
Here is a snapshot showing the issue:
The 'x' button to close the tags is missing from the image. Any thoughts on why this might be happening? Thanks in advance.