Robert Haken

Results 232 comments of Robert Haken

@kyleherzog Sorry for the confusion. Actually I do have both the MSAL and WebAssembly.Authentication rooted and it is probably the `Microsoft.AspNetCore.Components.WebAssembly.Authentication` which is the important one for this symptom.

To all who report that the trimming setting does not address their issue – it's probable you're encountering a different problem. A key symptom of this issue is: it only...

You could attempt to turn off trimming by setting `false` to verify if trimming is the root cause of the issue. If this resolves the problem, you can then proceed...

The issue still reproduces. Probably to be addressed together with #503.

The correct class is `.form-control-plaintext`, and it functions even without the `readonly` attribute on the `input` (this allows the input value to be editable, but retains a "plain" style). I'm...

@bluisanajmr, @crdo, Actually, there are two easier methods to customize `HxMessenger` toast messages: 1. You can modify the defaults for pre-defined methods like `AddInformation()`, `AddWarning()`, and `AddError()`. These are extension...

@crdo Please take a look. This might fit into the "Concepts" section of our doc, maybe a part of the (currently not existing) "Customization" page?

@AlexGallego7 I'm not able to reproduce the issue. Can you provide us with a simple reproduction repro, where I can see the issue?

@crdo This was the progress-indicator we removed. :-D Let's chat in the office.

> We are using HxSearch as a fancy select/option box with a Chevron down icon to make it visually appear to be one. Please note that `HxSearchBox` lacks the complete...