无法执行'动画' on'元素' Angular 4(自动完成芯片)

时间:2017-11-07 07:00:42

标签: angular typescript

我试图在角度4中实现具有自动完成功能的芯片,我发现这个芯片具有自动完成功能。 https://www.npmjs.com/package/ngx-chips

但是,当我尝试实现我得到以下错误不知道是什么引起这个错误可能有人请帮助修复此错误。是否有任何组件可用于角度4自动完成的芯片?

控制台错误:

browser.es5.js:4670 Invalid keyframe value for property height: -16px core.es5.js:1020 ERROR DOMException: Failed to execute 'animate' on 'Element': Partial keyframes are not supported.

代码:

           <div class="destination">
                <tag-input  formControlName="Destination" [placeholder]="'Destination'" [modelAsStrings]="true" [secondaryPlaceholder]="'Destination'" [maxItems]='5' [onlyFromAutocomplete]="true">
                        <tag-input-dropdown [minimumTextLength]='3' [limitItemsTo]='4' [showDropdownIfEmpty]="true" [showDropdownIfEmpty]="true" [autocompleteItems]="AirportsDetails">
                        </tag-input-dropdown>
                </tag-input>  
            </div>

是否有任何选项可以删除动画或忽略动画来解决此问题?

0 个答案:

没有答案