Skip to content
#

Blazor

blazor logo

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...

MudBlazor
SigurdJanson
SigurdJanson commented May 1, 2022

Bug type

Other

Component name

No response

What happened?

The enum value OverflowBehavior.FilpOnOpen works. The correct spelling OverflowBehavior.FlipOnOpen does not.

Expected behavior

Rename the value to OverflowBehavior.FlipOnOpen

Reproduction link

https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs

Reproduction steps

bug good first issue
senkadir
senkadir commented Mar 12, 2021

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
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9

enhancement help wanted good first issue question

Asp.Net Core 6 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 13, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...

  • Updated May 19, 2022
  • C#
BlazorStrap
MasterSkriptor
MasterSkriptor commented Mar 28, 2022

BSToolTip freezes the UI after it shows a tool tip. This stops the buttons from firing click events.

This was the setup I had when I ran into this bug.

<BSButton DataId="deactivateCustomer" Size="Size.ExtraSmall" Color="BSColor.Light" OnClick="Customer_Deactivate" 
                   IsDisabled="@(Customer.Status == "Inactive")">
           <span class="oi oi-trash text-danger"></span
help wanted good first issue
bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.

  • Updated May 26, 2022
  • C#
mrpmorris
mrpmorris commented May 8, 2022

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

good first issue
Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection, and face-recognition.

  • Updated May 30, 2022
  • C#
larsk2009
larsk2009 commented Jan 22, 2021

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

Good First Issue Feature