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 figured out a way to only set the value if the value is bigger than 0 otherwise take null, when null the datalabel doesn't seem to be rendered which...

enhancement
area-charts

Text is disappearing from the Autocomplete input when typing fast. Steps to reproduce the behaviour: 1. Go to https://demos.blazorbootstrap.com/autocomplete 2. Type fast any text in any autocomplete input 4. See...

needs-more-info
area-autocomplete

Currently the classes `me-md-2 px-4` gets appended to the No button and `px-4` is getting appended to the Yes button. There is no way to configure this classes. Please make...

enhancement
good first issue
area-confirm-dialog

CI pipeline status checks are not updated properly. **Reason:** This Static Web App already has the maximum number of staging environments (3). Please remove one and try again. Refer: -...

Hi. This is a great package. Was wondering whether if it is possible to center the page select bar when used with the grid. If not, can I propose it...

enhancement
area-grid

new component
area-table

I have below code in my Razor file: @if (!disableForm) { GridColumn TItem="OfficialBusinessLog" HeaderText="Delete" button type="button" class="btn btn-danger" @onclick="(async () => await DeleteLogAsync(context))" DELETE ROW button GridColumn } My objective...

enhancement
area-grid

it's not possible to select a grid element via code for example on Row click event. Is not really a bug but maybe a new implementation

enhancement
area-grid

This is a feature request to make possible to change color for negative numbers. For example: ![image](https://user-images.githubusercontent.com/1598139/225317024-68ce3d7b-3dfe-4674-b91a-fc0e24fa1111.png)

enhancement
area-charts

Of course, this is a great work, but we need RTL support to be able to use it

help wanted
rtl
new-feature