-
Notifications
You must be signed in to change notification settings - Fork 221
Description
When upgraded Angular to version 9, SuiSelect component is not working properly because of the following excpetion:
"TypeError: Cannot read property 'isVisible' of undefined
at SuiSelect.get [as isVisible] (http://localhost:4200/vendor.js:133588:31)
at SuiSelectBase_HostBindings (http://localhost:4200/vendor.js:134176:156)
at setHostBindingsByExecutingExpandoInstructions (http://localhost:4200/vendor.js:21588:25)
at refreshView (http://localhost:4200/vendor.js:21864:9)
at refreshComponent (http://localhost:4200/vendor.js:22952:9)
at refreshChildComponents (http://localhost:4200/vendor.js:21625:9)
at refreshView (http://localhost:4200/vendor.js:21868:13)
at refreshDynamicEmbeddedViews (http://localhost:4200/vendor.js:22888:21)
at refreshView (http://localhost:4200/vendor.js:21842:9)
at refreshComponent (http://localhost:4200/vendor.js:22952:9)"
Version of Angular, ng2-semantic-ui, and Semantic UI:
Angular: 9.0.3
ng2-semantic-ui: 0.9.7 or 0.10.0-alpha.6
Semantic UI: 2.2.13