-
Updated
May 31, 2022 - C#
Blazor
Blazor is a .NET-based web application framework that allows developers to create single-page applications with C#, Razor, and HTML.
Here are 2,441 public repositories matching this topic...
-
Updated
May 30, 2022
-
Updated
May 30, 2022 - C#
-
Updated
May 12, 2022 - C#
Describe the question
I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature.
Expected behavior
I would like to add Select All button to select all items in the table with checkboxes.
Screenshots
Before click button
">
<span class="oi oi-trash text-danger"></span
-
Updated
Mar 28, 2022 - C#
-
Updated
May 26, 2022 - C#
When dispatching an action from App.Razor without injecting IStore the action will be broadcast from IDispatcher to observers before the store has been created to subscribe and react.
Although this approach should ideally be implemented as an [Effect] for StoreInitializedAction it is still not right that these actions silently disappear.
Suggestion: Throw an InvalidOperationException if
-
Updated
May 30, 2022 - C#
-
Updated
Jan 2, 2022 - C#
I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.
The reason this popped in my head now, is that we have the setting FocusFirstElement. While it is true that that setting control whether or
-
Updated
May 16, 2022 - C#
-
Updated
Apr 26, 2022 - C#
Created by Microsoft
Released February 2018
Latest release about 1 month ago
- Organization
- dotnet/aspnetcore/tree/main/src/Components
- Website
- dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor
- Wikipedia
- Wikipedia
Bug type
Other
Component name
No response
What happened?
The enum value
OverflowBehavior.FilpOnOpenworks. The correct spellingOverflowBehavior.FlipOnOpendoes not.Expected behavior
Rename the value to
OverflowBehavior.FlipOnOpenReproduction link
https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs
Reproduction steps