Denis Voituron

Results 109 comments of Denis Voituron

My reflection is more like used by the old (but excellent) **WinForms** 😁 https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form.formclosing

> I will abandon this PR, make the changes and create a new one. No keep opened this PR until you find another solution. May be my idea is false...

I can't see how the component would behave differently on Desktop and Mobile when everything works using HTML and JavaScript code. To check, I uploaded a 60 MB file from...

Have you tried using another InputFileMode? And have you tried using the [demo website] (https://www.fluentui-blazor.net/InputFile#modeinputfilemode.bu), from your mobile phones? I'll try to find an Android device to test on my...

Now, the single component that comes closest is the [FluentHorizontalScroll](https://www.fluentui-blazor.net/HorizontalScroll). It's not a caroussel, but perhaps you can use it to achieve a similar result. But it's definitely a component...

Weird. This seems to be caused by the `overflow-y: auto;` of `` Need investigations

This is a WebComponent issue. I've reported this bug in the associated repo. No further action on our side. https://github.com/microsoft/fluentui/issues/34224

The FluentUI team proposed this: The Dropdown and Combobox components use CSS Anchor Positioning, which isn't fully supported in Firefox and Safari yet. Fluent documentation for using the Oddbird polyfill...

This new feature will solve some of these problems: #2388 After PR approval, you can use the Preview Feed to validate that: https://github.com/microsoft/fluentui-blazor/blob/dev/docs/using-latest-daily.md

It's not always useful. In some cases, we want independent elements. You need a parameter to have both possibilities. That's why `SelectionMode` is an enum and not a boolean. So,...