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 96 blazorbootstrap issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If you go to the [demo site](https://demos.blazorbootstrap.com/getting-started) and expand one category (i.e. Forms) and start clicking on every link one after the other, the app will navigate...

area-sidebar

**Describe the bug** User experience is incomplete if user manipulates the contents of a Grid. **To Reproduce** Steps to reproduce the behavior: 1. Click "Add Employee" button 2. Navigate to...

area-grid
investigate

Hello, It will be great if the current value of CurrencyInput is automatically highlighted upon getting focus by TAB key or mouse click. In that case the user can just...

area-currency-input

Hello, First of all, I appreciate your work on this library, it's quickly become my favorite go-to. Is there a way to add additional classes to the grid's filter column...

enhancement
area-grid

Sidebar2 is resetting to default state with button click. **To Reproduce** Steps to reproduce the behavior: 1. Add button and increment count functionality to sidebar page. 2. Expand sidebar items....

investigate
area-sidebar-2

There are times when I want a specific link to have a specific @onclick that executes a C# method, sometimes with a parameter. NavLink allows for this, but NavItem does...

area-sidebar

I believe from .NET 8.0 (although at least from the current version) the file templates were updated to a different structure. There is no more index.html and for client and...

documentation

I have a grid that shows me a list based on the text that I enter in a text box, what I want is to select the record that is...

area-grid

I am attempting to incorporate the library into our new .Net 8 Blazor Server Side application. We are initially wanting to utilize the Toast component. And then add more components...

area-toasts
.NET 8

**Describe the bug** In my application I use the BlazorBootstrap Autocomplete component to search for the name of machines. After I select one of the suggestions, I call the "ResetAsync"...

area-autocomplete