blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.

Results 267 blazorbootstrap issues
Sort by recently updated
recently updated
newest added

## Problem Currently, the Sidebar2 component renders a scrollable content area (`.nav-scrollable`) with a hardcoded height defined via scoped CSS: ```css @media (min-width: 641px) { .nav-scrollable[b-xxxxxxx] { height: calc(100vh -...

enhancement
area-sidebar-2

> NOTE: We do not look at .zip attachments for issue investigation. **Describe the bug** When you set a default grid filter on a column of type DateOnly it filters...

> NOTE: We do not look at .zip attachments for issue investigation. **Describe the bug** Switch Component doesn't handle readonly properties and should fail with appropriate error. **To Reproduce** Steps...

Hello. If you create a project with this command and connect the package, the components do not work if the server render page. Why? .net8.0+ `dotnet new blazor -int WebAssembly`...

Summary When using ``, the dropdown menu does not open on click. Removing the `Color` parameter completely resolves the issue. This is reproducible with Blazor.Bootstrap v3.4.0 in a standard Blazor...

Hi, I work with WPF Blazor for my desktop applications. Unfortunately, today I stumbled across a very nasty bug. I have two projects. In project 1, everything is working as...

area-wpf-blazor

I would like to be able to specify a separate container for the footer and pagination when using the grid component, I prefer to have the pagination in a card-footer...

``` Add Error ``` or this: ``` Add Error < /Button> ``` or this: ``` Add Error ``` the same error in js: > tooltip.js:536 Uncaught TypeError: Cannot convert undefined...

investigate

Would we be able to extend the auto complete (autocomplete) to show an "arrow" icon on the right. Such that, when clicked, it will invoke the entire list of items?...

I have a Grid with `AllowPaging`, `AllowSelection`, and `SelectionMode="GridSelectionMode.Multiple"`. I configured a `DataProvider` for client-side mode. Selection and paging work, but when I select some items and then change the...