Eilon Lipton

Results 487 comments of Eilon Lipton
trafficstars

BTW most of what's done in BlazorWebHost is "deferred" in the sense that it's defining method callbacks up front, but they don't run until "later." I'll have to test this...

Hi @johnmangam you're probably the first one to try this! Can you share more info about what you tried and what isn't working?

Hi @sake402 we didn't do any specific fix for this in Preview 5 so it's probably still not working.

This has come up before so I logged a suggestion here to track it: https://github.com/xamarin/MobileBlazorBindings/issues/25 . Let's continue the discussion there on thoughts for how to automate it (it's not...

@0x414c49 we're looking for any kind of valuable contributions! For the wrappers, I'm working on a tool to help automate this: https://github.com/xamarin/MobileBlazorBindings/issues/25 The tool won't be perfect, because several Xamarin.Forms...

@Pheros are you asking if there is a component that enables building a UI for multiple selection?

Hi @Pheros I'm not aware of any built-in component that does this. A common way to do something similar is to have a list and have a `` component for...

Hi @freever thank you for the question. CollectionView is high on my list in terms of interest, but also high on my list in terms of complexity, so unfortunately this...

Yup, in Blazor `@key` is the trick to high-performing collection updates, but I don't think it works in Mobile Blazor Bindings yet. (Maybe it does work, but I haven't tried,...

Yes, in theory this should work, but maybe you're missing some parameters on the `` tag? Is `ProductItem` a Razor component?