MASA.Blazor
MASA.Blazor copied to clipboard
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
### Masa.Blazor version 1.2.2 ### Describe the bug  这个MSwitch 在Maui blazor 中 切换状态时存在问题,他的阴影不会消失(不会主动失去焦点) ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_...
建议将Editor(富文本编辑器)组件拆分独立类库,[Quill](https://quilljs.com/)的js依赖太过重,并且一般很少场景需要使用到富文本编辑器
# Description 把even改为int类型,以替代` + even ? 0 :1` 使用even的修正代替`Math.Ceiling()`的向上取整。 ## Issue reference We strive to have all PR being opened based on an issue, where the problem or feature have...
```cs services.AddMasaBlazor(opts => { opts.OnClickDebounceWait = 100; }) ```
### Masa.Blazor version 1.0.3 ### Describe the bug https://github.com/masastack/MASA.Blazor/assets/78075553/6d266998-2b09-4688-982a-8da5a5cdb712 如视频里 启用OpenOnHover的时候 估计是遮盖层干扰Hover 容易抽风 然后OpenOnFocus 也有类似的问题 OpenOnXXX更像是 HoldOpenWhereXXX 建议修改逻辑 Open变成持久的而不是 where hold 或者直接删除了 ### Expected Behavior _No response_ ### Steps To...
如果候选列表项目过多,会出现明显卡顿 例如以下代码: ```razor Masa Blazor @foreach (var item in _items) { } 添加 @code { List _items { get; set; } = new List { new Model() }; List _autoCompleteItems...
### Masa.Blazor version 1.0.3 ### Describe the bug 1. 如题 如果要实现默认展开需要 MExpansionPanels设置 @bind-Value/Values 并且创建 配套的字段或属性 比较繁琐 2. 文档apis的MExpansionPanel的IsActive的描述写成了 **受否激活。** 应当为 **是否激活** 3. 缺少Color/ActiveColor属性 需要通过style或class设置 ### Expected Behavior _No response_ ###...
### Masa.Blazor version 1.0.3 ### Describe the bug 问题1. 关于AllowedTimes 如上图 在设定了AllowedTimes以后 false的timeonly是disabled而不是直接移除 会导致需要下拉很多才能到 true的选项 通过css的display:none 只能解决显示问题 但是激活项仍是第一个 00:00 希望能够直接将不允许的值直接移出"列表" 或者增加一个类似的过滤属性 问题2. 关于默认值 几个Step设置了以后 配合几个Allowed属性 理论上能选的TimeOnly是几个点值 默认的值是当前时间 容易出现没踩在点上 然后又不会有什么表示(再确认之前) 建议增加一个bool属性...
Culture is a name but in some cases it needs changes. Currently, by filling the culture name in the Locale attribute, the default month and day names provided by the...