Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.

Results 330 Blazorise issues
Sort by recently updated
recently updated
newest added

WASM : Reinvestigate startup improvements

**Is your feature request related to a problem? Please describe.** Font awesome icons have different widths. This doesn't look good when using different icons in rows and columns, because they...

Type: Feature βš™

Wanted the ability to pick other locations where the snackbar could be. Ultimately would like to put it in the top right corner. To not be a breaking change, a...

Type: Feature βš™

**Describe the bug** A DateEdit component resets once you start typing with 0, irrelevant if it is a day, month or a year. **To Reproduce** You can reproduce it on...

Type: Bug 🐞
Type: External Resolution
up-for-grabs

**Is your feature request related to a problem? Please describe.** In the Autocomplete demo, it is not possible to remove the selected badges with a backspace and not possible to...

Type: Feature βš™
Status: Planning

**Describe the bug** Not all values seem to be working / themable. E.g. I can still see `#1890ff` values where I think I have themed everything correctly (e.g. horizontal bar...

Type: Bug 🐞

The SelectList currently enforces one to write a ValueField. Would it make sense to fallback to `item` instead of `default`? https://github.com/Megabit/Blazorise/blob/master/Source/Extensions/Blazorise.Components/SelectList.razor#L14 Then one doesn't have to write: ``` ```

Type: Feature βš™
Status: Planning

# The Issue The Autocomplete component exhibits erratic behavior when debounce is set to `true` and SearchChanged executes a long running function synchronously or asynchronously. The text changes on its...

Type: Bug 🐞

**Describe the bug** I am trying to format DateTime property to display just the date only not the time. When setting ChartScales using ChartAxisTimeDisplayFormat I can only reference properties called...

Type: Bug 🐞

Hi for some reason IΒ΄m not getting the Icelandic localization for File edit (its [here](https://github.com/Megabit/Blazorise/blob/67da3e1fb3256f83f25eb378026eda10768322b5/Source/Blazorise/Resources/Localization/FileEdit/is.json)) Basically this code ```xml @L["EventPosterFieldHelp"] ``` But as you can see its not getting localized...

Type: Bug 🐞
Area: Bootstrap
up-for-grabs