Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

Results 330 Blazorise issues
Sort by recently updated
recently updated
newest added

DataGrid : ArrowUp/ArrowDown selection support https://media.giphy.com/media/2P8lemvuZiCeDMcMZc/giphy.gif sample code: ``` @code { [Inject] EmployeeData EmployeeData { get; set; } private IEnumerable inMemoryData; [Inject] IJSRuntime JSRuntime { get; set; } private DataGrid...

Type: Feature ⚙

**Describe the bug** In vanilla Bootstrap you can add the "fade" class to tab content to introduce a fade effect on switching to a tab, but there is no Fade...

Type: Bug 🐞
Type: Feature ⚙

**Describe the bug** I'm trying to create a floating stacked horizontal bar chart and I can get everything to render fine when the bars are vertical instead of horizontal. However,...

Type: Bug 🐞

**Description** Date picker calendar position is not updated when the page is scrolled. **To Reproduce** 1. Open a calendar within a date picker 2. Scroll the page **Expected behavior** The...

Type: Bug 🐞

1: Bind a TimePicker to a TimeOnly object. ``` Bound value = @Job.StartTime ``` 2: Run the app 3; Toggle AM/PM Expected: Bound value should alternate between 00:00 and 12:00...

Type: Bug 🐞

When using the videoplayer extension always all javascript dependecies are being downloaded by the client. Make his configurable so when you don't use Dash or Hls the user also wont...

**Description** When programmatically setting the `Date` attribute of the `DateEdit` component to a specific value such as `DateTime.Now`, the component ignores seconds, and only sets the date, hour, and minute....

Type: Bug 🐞

Im Beginner to [Blazorise](https://blazorise.com/docs/components/bar) and im used my side bar to ### Blazorise Bar component, but I have faced some conflict on this when I do the sidebar collapse menu...

Type: Bug 🐞

Hello, I'm using LineChart , ChartStreaming Component. And, I'd like to change the ChartStreaming options value during runtime mode. how to two-way data binding to the realtime streaming chart ???...

Type: Feature ⚙
up-for-grabs

I remember testing with a few big files, but I don't remember if they were over >2GB. I need to test it. I need to open an issue so I...