Can't remove tags?

How do I remove the tags? I am doing this:

jQuery(’#pinselector’).select2({ closeOnSelect : false,
placeholder : “Select markers”,
allowHtml: false,
allowClear: false,
tags: false });

screenshot_001

But I still see the tags… are those supposed to be off from the tags: false? I would like to always show the placholder text. How can I do that?