Dreamescaper / BlazorBindings.Maui

MAUI Blazor Bindings - Build native and hybrid MAUI apps with Blazor
MIT License
253 stars 23 forks source link

[Q] Attached props #49

Closed ParadiseFallen closed 1 year ago

ParadiseFallen commented 2 years ago

Hi. i like this project and waiting for official support too.

Whats your thoughts about attached properties? How to impliment em? It seems attached props will require changes in Blazor itself

Dreamescaper commented 2 years ago

You're right, Blazor doesn't support attached props natively. Currently this project uses several approaches to overcome this issues:

Neither of those approaches is perfect, but as for now the first approach is the main one. It lacks a proper intelli-sense, but at least it looks fine.

Dreamescaper commented 1 year ago

I'm closing the issue, let me know if you have any more questions.