I want the previously added values to be visible in the drop down list to make it faster and easier for users while adding tags.
- Also if you notice in the attached picture the 'x' sign to the left of the keywords is messed up.
- I'm using a (10,10 px).png
<html>
<head>
<script src="jquery-1.11.3.js"></script>
<script src="select2.js"></script>
<script>
$(function(){
$('#select').select2({
tags: []
});
});
</script>
<link rel="stylesheet" href="select2.css">
</head>
<body>
<input type="hidden" name="select[]" id="select" style="width:600px">
</body>
</html>

New Topic/Question
Reply


MultiQuote

|