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

I'd like to have a new component that works like a select control, but with the ability to search for a specific value. This is the idea: ![image](https://github.com/vikramlearning/blazorbootstrap/assets/22771799/66388c39-691b-4b54-b287-c095d1760d5d)

new component

**Describe the bug** I need an easy and unified way to display Toasts (in this example HTTP status from service), so I created a component for that, unfortunately if I...

area-toasts
investigate

### Discussed in https://github.com/vikramlearning/blazorbootstrap/discussions/557 Originally posted by **tdinpsp** February 13, 2024 Sometimes I find it very useful to show more data to the user than just the particular data the...

enhancement
area-autocomplete

**Describe the bug** The PageSize setting (which is changed by the user), is lost after the RefreshDataAsync call. **To Reproduce** I am using your Grid demo (https://demos.blazorbootstrap.com/grid#data-parameter-update-collection), with these settings:...

area-grid
investigate

Having an issue with the modal in NetMaui Hybid (Blazor) for iOS. The modal pops up and displays fine, but none of the buttons are accessible including the title bar...

area-modal
investigate

**Describe the bug** There are several errors: - `PieChart.razor` at line 3, column 1: error RZ9985: Multiple components use the tag 'PieChart'. Components: LocalWebInterface.Components.Pages.PieChart, BlazorBootstrap.PieChart, Microsoft.AspNetCore.Components.Ref - `PieChart.razor` at line...

area-charts
investigate
pie-chart

Say I have a data source that yields results even a partial word is entered. For example, I entered `FO B`, the data source will yield `FOO BAR` but it...

enhancement
area-autocomplete

Hi @gvreddy04 I want to set the focus on CurrencyInput I use for entering discount, but it does not work. In my Razor file: ``` ``` In my cs file...

area-currency-input
investigate

How can I make the filter button on the grid invisible? ![image](https://github.com/vikramlearning/blazorbootstrap/assets/39551265/72a112ec-21c1-4e48-962c-76b5fcc8abae)

question
area-grid

Would be quite useful to have a way to set the initial checkbox state of specific items in grid based on a boolean return. For my use case, I am...

enhancement
area-grid