Meteor Autoform Select2即时添加

时间:2016-01-04 10:12:25

标签: meteor meteor-autoform on-the-fly select2

我希望能够使用autoform和select2动态添加标签到标签集合,类似于select2中的这个示例。 https://select2.github.io/examples.html#tags 我已经创建了一个标签集合,我可以从它的专用表单中添加它。最终用户必须能够选择可用的标签,并且如果在全局表单中不可用,则能够添加新标签,而无需转到专用标签表单。是否有一些基于服务器的钩子用于autoform我可以附加或者什么来实现这个功能?

1 个答案:

答案 0 :(得分:0)

您需要添加tags选项。

这里有一个例子:https://github.com/aldeed/meteor-autoform-select2#setting-select2-options