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.7.3 ### Describe the bug treeview 的 OpenOnClick="true" 和Active/Value冲突了 会导致 **可展开项** 无法被Active或Value(Selectable) Selectable能够通过单点勾选框实现勾上, 但是SelectOnRowClick会失效  ### Expected Behavior 可以考虑 激活/勾选 并且打开 ### Steps To Reproduce _No response_...
**Is your feature request related to a problem? Please describe.** MSlideGroup无法通过触摸滚动,只能通过按钮,对移动端不太友好 MTabs和MChipGroup也受它的影响 **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives...
### Masa.Blazor version 1.9.4 ### Hosting model Blazor Server ### Describe the bug ```cs public sealed class ApartmentDto { public Guid Id { get; init; } public string Name {...
In Auto mode, first server-side run has no issues, but switching to WebAssembly results in an error
### Masa.Blazor version 1.10.0-alpha.3 ### Hosting model Interactive Auto ### Describe the bug 第一次打开正常,刷新就报错,说是CustomAttributeFormatException:找不到名为ReleasedIn的属性 Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Could not find a property with name ReleasedIn System.Reflection.CustomAttributeFormatException: Could not...
### Proposal and motivation https://github.com/mozilla/pdf.js/blob/master/examples/learning/prevnext.html ### Additional context _No response_
### Proposal and motivation PageStack 与 Blazor 官方提供的 NavigationLock组件 一起使用时无法正常使用。以GoBack行为为例,GoBack会触发两次 PageStack 内部的 popstate 事件,从浏览器角度来说是history.go 触发了两次。 解决方案:我们应该不会兼容 NavigationLock 组件和 NavigationMananger.RegisterLocationChangingHandler 这样的用法,因为其过于可自定义了,不可控。我们只打算阻止浏览器的返回,因为他是系统级的,开发者没有入口去阻止,而NavController.Push和NavController.GoBack都是需要开发者具体去调用的。 ### Additional context _No response_
- [ ] drawflow - [ ] echarts - [ ] gridstack #2253 - [ ] baidumap - [ ] monaco-editor - [x] pdf.js #2335 - [x] swiper - [...
### Masa.Blazor version v1.8.0 ### Hosting model Blazor Server ### Describe the bug As mentioned in https://stackoverflow.com/questions/17308027/overflow-yhidden-ios-issue-with-inner-scrolling-div, the usual approach is to disable scrolling on the root element and then...
Something like: ```cs [DataTableHeader] public class Model { [DataTableHeaderItem("Custom Name", Width = 100, Fixed = Left, ...)] public string? Name { get; set; } } ```
### Masa.Blazor version latest ### Hosting model Blazor Server ### Describe the bug Firefox