如果我不在ajax远程数据列表中插入值,则需要关闭下拉列表。 我已插入“ tags:true”,但未起作用。 我的代码:
$('.js-data-example-ajax').select2({
tags:true,
ajax: {
url: 'https://api.github.com/search/repositories',
dataType: 'json'
// Additional AJAX parameters go here; see the end of this chapter for the full code of this example
}
});
谢谢