如果ajax远程没有结果,则关闭下拉菜单select2

时间:2018-10-03 07:09:09

标签: tags jquery-select2 dropdown

如果我不在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
  }
});

谢谢

0 个答案:

没有答案