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

Drop-Down blur

274188A opened this issue · comments

While creating a new Product a user selects from the dropdown the brand for the product.
Before saving, the user changes their mind and selects another brand.

Expected: User can select another Brand from the drop-down then proceed to save.
Actual: User is unable to select any other option from the drop-down due to the disabling in the css

I guess you might have to clear the Samsung text and enter a new keyword to start searching. It's an autocomplete implementation

Ok I see, I think the blur put me off - see below:
image
the blur effect is actually obscuring the user from seeing the text they type (while re-selecting).
Is there a way to not blur the dropdown (list + textbox)?

Fixed. Please Clear the Cache or try in Incognito Mode and let me know. Closing the issue for now.

yip all good - thx