我正在开发一款需要标签的应用,而且我正在使用select2。 我已经搜索了这个问题并找到了以下链接: https://github.com/iStefo/ember-select-2/pull/92
据我所知,有一个pull请求会将此功能添加到ember-select-2附加组件中。
但是我似乎无法使用以下代码:
{{select-2
content=tag_list
optionValuePath="name"
optionLabelPath="name"
optionIdPath="name"
value=selectedTags
multiple=true
tags=true
placeholder="Choose some Tags"
}}
问题在于我无法添加新标记,这些标记不会出现在select2下拉列表中显示的列表中。
如果周围有人可以帮助我,我会非常开心。 :)