I've used chosen jQuery plugin for tagging with suggestion box. I want to creating new tag by user which isn't exist at suggestion box. For example, if user want to make a new tag like "Red", it should be created. But, that plugin don't allow to do that. I'm trying to follow their update on that issue but, I can't able to do it. How can I allow creating new tags for user?
Not working scripts:
$(".chosen-select").trigger("chosen:updated");