EasyUI Forum

General Category => EasyUI for Angular => Topic started by: Swany on July 10, 2018, 10:31:05 AM



Title: eui-combobox drop down does not work correctly after version 1.1.9
Post by: Swany on July 10, 2018, 10:31:05 AM
The combobox drop down list is not working correctly. It does not show below the combobox and the sizing of the drop down is not correct. Please see attachments. I also verified it does not work correct in version 1.1.10 and 1.1.11.

The error that is seen in Chrome:DevTools:
ng:///ComboBoxModule/ComboBoxComponent.ngfactory.js:253 ERROR TypeError: Cannot read property 'forEach' of undefined
    at DataListComponent.ListBaseComponent.ngAfterContentInit (vendor.bundle.js:37943)
    at callProviderLifecycles (vendor.bundle.js:162728)
    at callElementProvidersLifecycles (vendor.bundle.js:162702)
    at callLifecycleHooksChildrenFirst (vendor.bundle.js:162685)
    at checkAndUpdateView (vendor.bundle.js:163835)
    at callViewAction (vendor.bundle.js:164182)
    at execEmbeddedViewsAction (vendor.bundle.js:164140)
    at checkAndUpdateView (vendor.bundle.js:163832)
    at callWithDebugContext (vendor.bundle.js:165085)
    at Object.debugCheckAndUpdateView [as checkAndUpdateView] (vendor.bundle.js:164622)
View_ComboBoxComponent_5 @ ng:///ComboBoxModule/ComboBoxComponent.ngfactory.js:253

ng:///ComboBoxModule/ComboBoxComponent.ngfactory.js:253 ERROR CONTEXT DebugContext_
View_ComboBoxComponent_5 @ ng:///ComboBoxModule/ComboBoxComponent.ngfactory.js:253



Title: Re: eui-combobox drop down does not work correctly after version 1.1.9
Post by: jarry on July 10, 2018, 06:53:03 PM
Please try to update to the newest version.


Title: Re: eui-combobox drop down does not work correctly after version 1.1.9
Post by: Swany on July 11, 2018, 01:48:57 PM
Upgrade worked.

Thanks Jarry