有没有类似magicSuggest的Vue JS插件?

Is there a Vue JS plugin similar to magicSuggest?

我需要一个插件来复制我一直喜欢使用 magicSuggest 的功能。

我找到了许多 Vue 自动完成插件,但 none 与标签捆绑在一起。

尝试此页面上的任何示例,了解如何将您的选择保存为输入中的标签。

http://nicolasbize.com/magicsuggest/examples.html

我正在寻找一个可以与 Vue js 2.0 一起使用的插件

我发现这个 gem,看起来像个守门员。 http://monterail.github.io/vue-multiselect/

您还可以检查语义提供的下拉菜单-ui here,这可以很容易地与 VueJS 集成。

也发现了这个,http://sagalbot.github.io/vue-select/

看起来与 vue-multiselect 非常相似。

试试这个 vue-multiselect。它支持许多选项,如标记、搜索、多个 select、单个 select、异步搜索、vuex 等。

https://github.com/shentao/vue-multiselect

npm install vue-multiselect --save

<script src="https://unpkg.com/vue-multiselect@2.1.0"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-multiselect@2.1.0/dist/vue-multiselect.min.css">