Sean Botha
Sean Botha
Well I'm guessing there are 3 ways to go; either add a new `serialize` method that can do this, or add another parameter to the existing `serialize` method that can...
Hi @andreas-aeschlimann, Have you given any thought as to which method would be the best to use? I would like to look at this issue and submit a pull, but...
Hi Andreas What if the plugin can only be loaded when the deserialization happens? i.e. what if the `plugin.type` dictates that we need to load a plugin from the server?...
Hi @gsusI, Our solution was basically to go fetch the needed types before running the deserialize call and an then getting the types from a helper as it was deserializing....
Hi guys, any progress / plans with this?
Hi @Cobr3n No I cannot solve this as I don't know what the issue is.
Anybody have an idea on this? This is getting urgent now, and I will have to drop this library if this cannot get fixed.
Hi, I have a PR for the issue, but there are a few fixes I need to do first. Haven't had time to finish it yet.
so this is how I have "handled" the issue now: component: ```ts @ViewChild('select') select: NgSelectComponent; private onScroll = (event: any) => { if (this.select && this.select.isOpen) { const isScrollingInScrollHost =...