dalepo

Results 14 comments of dalepo

This comparison has to be falsy since your second object does not contain the `a` property, its working as intended imo.

> > * Any chance we can create a swap event when two items swap each other? > > Why this `swap` event is needed? `itemChangeCallback` is called for both...

> What do you want to archive with this event? What would be the benefit? There are probably millions of use cases. Mine in particular is the need to swap...

Came across this issue... It's a basic use case to render different items or even custom components within a nb-list For example ```html ``` My component.html ```html This is custom...

I am kinda struggling myself on achieving something similar. For example I have some page transitions under *ngIF conditions. ``` ``` What if I wanted to slide from left when...

Yes please, I've been all day trying to set it up

Great work. Would love to see this PR up!.

Sadly, I have solved this by manually emitting an 'opened event'. ``` // On your component @ViewChild(MatAutocomplete) autoComplete: MatAutocomplete; .... // On your function myFn(): void { this.autoComplete.opened.emit(); } ```

I can confirm this has happened to me Xiaomi 8a & Huawei P9 Lite, android 6

will this be addressed? All my components which uses camera are broken right now, my clients can't use camera functionality because of this. I'm not using base64 or anything