请任何人告诉我如何在 ngx-chips 的 Tab 和 Spacebar 事件上动态添加标签。
问问题
326 次
1 回答
1
使用separatorKeyCodes (number[]) 或separatorKeys (string[])
<div class="force-to-the-bottom">
<tag-input [ngModel]="['hardocoded-item']" [separatorKeyCodes]="[32,9]">
<tag-input-dropdown
[autocompleteItems]="items"
[showDropdownIfEmpty]="true"
[dynamicUpdate]="false">
</tag-input-dropdown>
于 2020-07-15T13:06:17.673 回答