MASA.Blazor
MASA.Blazor copied to clipboard
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
对于Table的Header设计简化 目前对于Table的Header我们都每次需要在code中写一个`Headers`进行绑定,我想是否参考Mud的设计,通过html中直接指定所有 ```razor @code { public class Dessert { public string Name { get; set; } public int Calories { get; set; } public double Fat { get; set; }...
Resolves #1517
Resolves #1167
### Masa.Blazor version 1.7.4 ### Describe the bug Editor(富文本编辑器)使用 ToolbarContent 报错,不使用ToolbarContent时正常,ToolbarContent是直接复制的官方的示例 提示 TypeError: moduleClass is not a constructor 跟踪发现是加载 'emoji-toolbar' 时报错的 报错的代码段 quill.js value: function addModule(name) { var moduleClass =...
Resolves #955
like normal mobile apps, user can swipe from left to right to navigate back to the last page, i've seen some webview based app did this and i am looking...
### Masa.Blazor version 1.7.4 ### Describe the bug 当程序需要用到多个模版mainlayout,mainlayout2等多个模版的时候,每个模版里嵌套PPageStack会导致生成多个不同的堆栈,在页面导航时,页面堆栈返回不正常,希望能有办法建立一个总堆栈的概念,便于页面返回工作正常。 ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version 9.0 rc1...
### Masa.Blazor version 1.7.4 ### Describe the bug MInfiniteScroll组件第一次加载不触发OnLoad,需要滚动后才会触发, 在Parent使用window下,当内容不足以撑满窗口高度时无法滚动,导致OnLoad永远不触发 ### Expected Behavior 希望MInfiniteScroll增加首次渲染自动执行一次OnLoad ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version 8.0 ###...
作者你好!首先感谢你的付出。 建议增加拼图验证码,毕竟传统模式的验证码已经过时。 图片上传功能建议做成类似ant-design-mobile的上传一样,https://ant-design-mobile.antgroup.com/zh/components/image-uploader 感谢!