Closed sturlath closed 2 months ago
@sturlath I honestly can't tell. Not an error I've seen before : Unable to evaluate index expressions of type 'PropertyExpression'
and no similar complaints for our Blazorise.Select
yet.
Are they perhaps doing dynamic stuff? Can we get the code snippet for how the Blazorise.Select
is being used / whatever it's being executed?
https://github.com/dotnet/aspnetcore/issues/56145 I found this very recent issue about using Dictionaries...?
Are they perhaps doing dynamic stuff? Can we get the code snippet for how the Blazorise.Select is being used / whatever it's being executed?
That functionality is in their pro version and I domt have the source for that. I pinged them on the ticket. Lets hope they answer.. else I will need to back down versions of Blazorise 😖
@David-Moreira abp.io points to this dropdown item opening this modal here https://github.com/abpframework/abp/tree/dev/modules/feature-management/src/Volo.Abp.FeatureManagement.Blazor/Components
Is there something in there that is causing this error (or is it the dropdown it self? Other dropdown items seem to be working fine.
Well I can see the usage of Dictionaries just like we mentioned
This is a Blazor limitation:
https://github.com/dotnet/aspnetcore/issues/56145 I found this very recent issue about using Dictionaries...?
PS: I suspect the limitation is specifically when internally Blazor tries to bind the SelectedValueExpression part automatically. So it might work by just using the SelectedValue
and SelectedValueChanged
parameters separatedly, if the SelectedValueExpression
part is not needed. (The expression parameter is usually used for validation purposes as far as I personally know.)
Hey @sturlath were you guys able to figure it out. Is this safe to close on our side?
@David-Moreira they are planning on updating to 1.6 for their 9.0 version (as seen in linked issue)but I guess its ok to close. Im currently just stuck on this but its no concern to my customers.
Blazorise Version
1.6.1
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
I found this error here when testing my abp.io UI (happens when clicking the "features" on a tenant https://localhost:44307/saas/host/tenants)
Is this an issue on your side or abp.io's?
Steps to reproduce
n/a
What is expected?
No error
What is actually happening?
This error
What browsers do you see the problem on?
Microsoft Edge
Any additional comments?
I will also create an issue at abp.io and tag this one