-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support multiple 'bind-Property' on components #16178
Comments
Which version of Blazor are you using? |
Can you please also share the code with the values you are trying to bind ( |
I think non standard parameters are passed as strings , what happens if you change the |
@danroth27 @davidbmasterson |
@danroth27 |
@maraf - thanks for sharing this, I'll take a look. |
hi @maraf - I've added a test for this here: dotnet/blazor#874 so I think that this is fixed in current dev and possibly in 0.3 The generated code in latest bits looks like:
|
Cool, will try asap. Thanks! |
I'm closing this issue since I think we've addressed it. If this is still a problem, please reactivate or create a new issue and we will help you out. Thanks! |
Hi there,
I have a user component with multiple properties which I want to bind to.
User
, if I define *Changed delegate properties for bothName
andIsActive
:Build fails with:
Which tried to bind both expressions to property
Name
and failed build with:The text was updated successfully, but these errors were encountered: