箭头键不起作用ngx-chips标签输入

我正在使用ngx-chips@2.1.0。它支持箭头键从自动完成下拉菜单中进行选择吗?

我想使用箭头键在标签输入下拉菜单中选择自动完成功能中的项目,但是它不响应上下方向键。

下面的代码

                <tag-input
                theme='bootstrap'
                placeholder="Group"
                secondaryPlaceholder="Group"
                [formControlName]="'group'"
                [maxItems]="1"
                [clearOnBlur]="true"
                [onAdding]="newGroup"
                [separatorKeyCodes]="[9,13]">
                <tag-input-dropdown
                    [showDropdownIfEmpty]="true"
                    [autocompleteItems]="groupoptions">
                </tag-input-dropdown>
            </tag-input>

箭头键不起作用ngx-chips标签输入

iCMS 回答:箭头键不起作用ngx-chips标签输入

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/1678038.html

大家都在问