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** I'm trying to run a ConfirmDialog box with some custom HTML in it. After running the ShowAsync method all of the HTML Tags are presented as plain...

enhancement
area-confirm-dialog

I am trying to find how I could interact with the Grid from outside of it, in order to provide a custom UI for the pagination and the filters (in...

area-grid

Hi! At the Demo, I can see a new component — PdfViewer! I want to: - download the file, - select text (to copy, for example), - generate pages dynamically...

enhancement
area-pdf-viewer

when opening a Modal the header is drawn in light mode even if you have data-bs-theme="dark" set **To Reproduce** Steps to reproduce the behavior: 1. Create a new project using...

area-modal

The `AutoComplete` control should allow to focus items using tab and arrow keys and then select it with Enter.

area-autocomplete
new-feature

### Discussed in https://github.com/vikramlearning/blazorbootstrap/discussions/586 Originally posted by **vikingvinayweb** February 22, 2024 It would be better if we have a support for expanding a row to show details something like DetailsTemplate....

area-grid
new-feature

### Discussed in https://github.com/vikramlearning/blazorbootstrap/discussions/600 Originally posted by **rodpinst** March 6, 2024 Hi all, Fisrt of all I would like to congrats @gvreddy04 by the excellent work with blazorbootstrap. We are...

enhancement
area-grid

**Describe the bug** Example, I have an employee who has a relationship with the jobs table. I want to filter by job name, how to do it? I tried: -...

area-grid

## Describe the bug The [`FilterOperator.DoesNotContain` filter](https://github.com/vikramlearning/blazorbootstrap/blob/90eb6e7a82d39a6a5be5343e834b1b7a09977d16/blazorbootstrap/Enums/FilterOperator.cs#L58C10-L58C10) has no effect even when paired with `!*ExcludeThis*` filter syntax. ## To Reproduce Steps to reproduce the behavior: 1. Use `FilterOperator="FilterOperator.DoesNotContain"` with `FilterValue="!*Example*"`...

enhancement
area-grid

**Describe the bug** A clear and concise description of what the bug is. I can't input it quickly in the filter used by Grid and korean typing **To Reproduce** Steps...

area-grid
investigate