Denis Voituron
Denis Voituron
# [TreeView] Add `Items` and `LazyLoadItems` properties In response to several requests for a **TreeView** component that could display a large amount of data, we've added these functionalities: 1. Add...
# [DialogService] Fix UpdateDialogAsync to refresh parameters and content Update the `UpdateDialogAsync` to refresh all data: parameters (title, buttons, ...) and the content. See #2040 for an example. ```csharp var...
# [dev-v5] Add Sample data Add other type of sample data: - Add 50 Face Pictures and embedded in the Lib - `DateAndTime.AllMonths` - `RemoteFoodProductRecalls.GetFoodProductRecallsAsync(skip, limit)` - `Miscellaneous.BeatlesHits` - `Miscellaneous.Sizes`...
# [Overlay] Add FullScreenInteractiveExceptElementId ## Introduction In some use cases (see [#2567#issuecomment-2307956048](https://github.com/microsoft/fluentui-blazor/pull/2567#issuecomment-2307956048), it's useful to allow the user to interact with components placed under the **FluentOverlay** (with the possible exception...
# [Draft] Add a draft Switch to detect with and without Reboot.css 
### Component Other... ### Package version 3.0.0-beta.90 ### @microsoft/fast-element version 2.0.0-beta.26 ### Environment ```shell System: OS: Windows 11 10.0.26100 CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz Memory:...
# [dev-v5] fluent-text-suggestion Web Component Add an HTML Web Component to prepare a future FluentUI-Blazor component. This web component is inspired by the [Smart Components](https://github.com/dotnet/smartcomponents) created by Steve Sanderson. This...
@vnbaaij - ✅DataGrid - part 1: Enums and preparation - #3910 - ✅ DataGrid - part 2: Base code & UnitTests - #3915 (in review process) - ✅ DataGrid -...