fullstackhero / blazor-wasm-boilerplate

Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.

Home Page:https://fullstackhero.net/blazor-webassembly-boilerplate/general/getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Error] Fetch Brand in Products

aabordalo opened this issue · comments

Edit a field with Brand.
image

The brand is not selected when Edit form is opened
image

I guess it's because the _brands property of the BrandAutoComplete.cs on Initialization is always set to new() List. Because of this Autocomplete doesn't seem to load the respective record.

Could you please pull the latest and try again? Also, just FYI, Product Image is also now supported. Please test that too and let me know. Thanks @aabordalo

It's working.
image