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

Hi @gvreddy04 Do you have documentation on how to migrate my existing WebAssembly App With Blazor Bootstrap from .Net 7 to .Net 8? I want to utilize the new cool...

.NET 8

**Describe the bug** Selecting a date in the DateInput fires a changed event. Clearing the date from the DateInput does not fire an event. **Expected behavior** A change event should...

bug
area-date-input

When using validation on an autocomplete component there is an overlap of validated and clean elements: Besides, is there an option to get the validation message displayed? Bootstrap requires that...

needs-more-info
area-autocomplete

When using the Pie chart we are trying to use custom background color for a specific data label. However when we set the background color in the PieChartDataSetData it isn't...

area-charts

Is it possible to remove 'time' filter from the filter option on `DateTime` datatypes? I want the data to displayed as Date + Time ( like `20-Oct-2023 12:02:25` ) but...

area-date-input

### Discussed in https://github.com/vikramlearning/blazorbootstrap/discussions/377 Originally posted by **joehudd** September 22, 2023 I have a Blazor server-side app (.net core 7) using Blazor.Bootstrap 1.10.2. I am opening my modal with a...

area-modal

**Describe the bug** I have a grid with multiple pages of records, and when I'm on some page ex: page 12 and remove all the items from that page, the...

area-grid

I'm adding rows to the grid dynamically. Whenever the number of rows exceeded the height of the grid, I want to scroll it automatically to the bottom so that user...

enhancement
area-grid

Hi @gvreddy04. I'm testing FixedHeader. Below is my code for the Grid main properties Grid @ref="grid" TItem="InvoiceListsp" Class="table table-hover table-bordered table-striped" Data="gridList" HeaderRowCssClass="bg-primary text-white border-bottom-0" RowClass="GetRowClass" FixedHeader="true" Height="500" Unit="Unit.Px" Responsive="true"...

bug
area-grid

We're using an Admin template that uses css selectors like "btn btn-outline-theme", note the -theme suffix. We don't want to create a new Component that extends the BlazorBootstrap button but...