BootstrapBlazor icon indicating copy to clipboard operation
BootstrapBlazor copied to clipboard

A set of enterprise-class UI components based on Bootstrap and Blazor

Results 30 BootstrapBlazor issues
Sort by recently updated
recently updated
newest added

Dears I use DataTimeRange component and use two-way binding reference here [https://www.blazor.zone/datetimeranges](url) the binding variable not set correct value when I change the value first time, but after that work...

@namespace BootstrapBlazor.Components 测试组件 @code { protected override async Task OnAfterRenderAsync(bool firstRender) { await base.OnAfterRenderAsync(firstRender); if (firstRender) { System.Console.WriteLine("=========初始化==========================="); var i = 0; var b = 1 / i; } }...

Summary of the changes (Less than 80 chars) 增加一个OnlySelectLast参数(感觉不好听,不知道改成啥)。添加这个参数后Cascader组件只能选择最后一层叶子节点 Addresses #bugnumber (in this specific format)

### Is your feature request related to a problem? Please describe. 动画效果不全,补全动画效果 ### Describe the solution you'd like 动画效果不全,补全动画效果

I have a question, do you have plans to pdf viewer or reports? I'm asking because I'm using from others now and if you have some plans, I would like...

question

### Is your feature request related to a problem? Please describe. translate the docs to english ### Describe the solution you'd like - open json file in to ~/BootstrapBlazor.Shared/Locales -...

documentation
help wanted

I want to dynamically display the columns on the table. > Data Model ```cs public class VM { public string Fix { get; set; } public Dictionary Dynamic { get;...

enhancement

I try today latest version in web Assembly and there is show a 404 for font awesome file from the content. 2nd. Carousel have only width using only fixed number...

enhancement
question