MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

Material Design components for Blazor and Razor Components

Results 124 MatBlazor issues
Sort by recently updated
recently updated
newest added

The IconOnClick event is not working, or I do not find the way to fire it, maybe it is enough to share some examples.

When you start from empty datetime (the binded value of datetime is null) and you select a date from calendar with the EnabledTime true, the actual time shown by the...

**Describe the bug** In a validated date picker input field, enter some random letters, then tab out. Error message about invalid input shows up. Pick a valid from the picker...

bug

Currently after entering a filter, the list is displayed. There seems to be no way to use this without using a mouse. This should be possible using the arrow keys...

Placing a `MatSelectItem` inside a modal dialog (bootstrap) and clicking on it, the options are hidden and covered by the modal itself (default z-index: 1050). I tried using BlazorFiddle, but...

bug

**Describe the feature request** public class BaseMatPaginator : BaseMatDomComponent, IBaseMatPaginator [...] **[Parameter]** public int PageIndex { get; set; } **Expected behavior** Allow the MatPaginator component to expose the PageIndex attribute...

Hi I want navigate to other page after toast message hide ? how to config it ?

question

It'd be very nice to be able to configure outlined inputs that 'floating label' is floating by default, not only when the input is focused. ![image](https://github.com/SamProf/MatBlazor/assets/11707894/12aac842-b3a3-422b-953d-d65645360eae)

Reopening #860 since the suggested solution does not seem to work. The version of MatBlazor: 2.8.0 (2.10.0 has the same bug as well). Link to Blazorfiddle: https://blazorfiddle.com/s/bdawws66 Below is the...

bug

Dear MatBlazor Team, I have been utilizing the MatDatePicker component in my project and I find it to be a valuable tool. However, I'm wondering if it's currently possible to...

question