Denis Voituron

Results 109 comments of Denis Voituron

I don't see the advantage of adding functionality that already exists on the website. On the other hand, I prefer this location (above the navigation)... but then several points need...

> the idea is to help the user know where he is You have the title of the page and the indication in the menu on the left for that.

> @dvoituron Can you add a title please? Hups. Sorry. Done

Indeed, the `Value` value is not updated, but the `SelectedOption` element is correctly updated. Until this is corrected, you can use `SelectedOption`.

Yes, it's a good idea to be able to define the width, height and max-width and max-height values. My first impression would be to have `Class` and `Style` attributes where...

I created a new PR for `dev-v5`, including some code refactoring. I will add these features in the next PR (this new existing PR is already so big). Another PR...

Yes. You have the `Size` property or you can set `Width`/`Height` properties. Example: https://fluentui-blazor-v5.azurewebsites.net/Dialog Please note that a “Fullscreen” window always retains a border to indicate to the user that...

I know that recursive includes are not possible. It is not yet a necessary function. Especially since to do that you need to detect A->B->A include loops. And that's another...

> but users have classes and enumerators with DisplayAttribute/DescriptionAttribute/DisplayNameAttribute. If we want to make it easier for them, shouldn't we read them all? I don't think so, we cannot manage...

Again, I don't think this kind of modification is relevant right now. Besides, we can't change all the `Description` attributes to `Display` without causing major breaking changes for all library...