我在角度自定义模式弹出窗口中使用select2
。我可以添加多个类别以及我可以在单击取消符号时将其删除但是当我从该列表中删除类别时,我无法删除最后两个类别。我不知道原因。有谁能够帮我?我的HTML代码如下
<select select2 id='category' data-close-on-select="false" ng-model="text.category" select-selection="text.category" class="js-example-basic-multiple" multiple="multiple" select-options="child in category_list">
<option value="">-- Select Category --</option>
</select>