Denis Voituron
Denis Voituron
Without seeing an example of reproducible code or a repo, we don't know how to do anything. `focusOn` is a javascript method included in the `FluentAutocomplete.razor.js` file. Can you reload...
You can do that using a code like this: ```html Denis Voituron Microsoft My Company Corp ``` 
That would be a very good idea, I think. Why not improve the existing `FluentMenuButton` component? By adding the properties `IconStart`, `IconEnd`, `Href` and updating the (not very fine) "drop...
`/` is probably dangerous when you will use some examples. But `Ctrl+K` could be added.
I think the problem (and the solution) is not so complex :-) The problem is due to the `Grid.ItemsProvider` which not detected. I can create a PR with that, the...
Applying these changes on the code from the linked issue, solve the problem. What do you you want to do in addition ? The property selection is made by the...
Maybe to display the AllSelected icon and not the Intermediate icon only ?
You have to proceed in the same way as for **SplashScreen**: 1. Your **Content** object could contain an `UpdateLabels` method (see [here](https://github.com/microsoft/fluentui-blazor/blob/1cfc3db8abb2c1352a82315abf619df3da6ac2e2/src/Core/Components/Dialog/Parameters/SplashScreenContent.cs#L49)) 2. So, you can call this method as...
From Discord: > Why so much manual wiring? There already is a method DialogService.UpdateDialogAsync(dialogId, params). > It even invokes StateHasChanged in the dialog. It just DOES NOT pass the Content...