MASA.Blazor
MASA.Blazor copied to clipboard
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
如题 为MDatatable提供一个属性 Func object就是对应列对应行的值 string就是显示的值 根据这个属性就可以实现 如datetime等类型的属性的格式化 再根据masa现有的默认值代理来设置所有的Mdatatable都能够自动"转义"特殊类型
In the example of "Api Search" related to the AutoComplete component, it is stated in the description that "We can't process too many items now". My suggestion is that when...
### Masa.Blazor version 1.0.1 ### Describe the bug MTextField 的 OnKeyPress 事件在其他平台下没有问题,但在 macos 加 MAUI 模式下不会被触发。以下是最简单的测试代码: ------------------ `` @code { private void keyDown(KeyboardEventArgs e) { Console.WriteLine(e.Code); } } ### Expected...
### Masa.Blazor version 1.0.0 ### Describe the bug  https://auth-test.masastack.com/User ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version _No...
### Masa.Blazor version 1.0.0 ### Describe the bug 
自己写的关闭功能有很多bug。 - 例如,关闭按钮不能放在里面。否则执行完了切换逻辑后,才执行Mtab的标签切换逻辑,导致关闭的切换无意义。 - 此外,以下代码中有个bug,对当前标签使用关闭后,外部的容器大小不会再随着切换标签而变化。 - 另外,希望绑定用的Value使用泛型,以配合字典使用。 ```csharp @page "/Tesk" 首页 @foreach (var (title, url) in items) { @title mdi-close } 添加随机数据 @foreach (var (tab, content) in items) { @content...
### Masa.Blazor version 1.0.0-rc.6 ### Describe the bug It's a bug from Vuetify2. ### Expected Behavior Hide the placeholder on mobile if ShowArrows not set. ### Steps To Reproduce _No...
### Masa.Blazor version 1.0 ### Describe the bug  ### Expected Behavior 焦点在滚动条时MMenu自动关闭 ### Steps To Reproduce _No response_ ### Reproduction code ```razor 焦点时不会自动关闭 ``` ### .NET version _No response_...
实现服务导航或组件等提供分层导航体验,让用户可以随心所欲地向前或向后导航页面。 类似正常移动端后进先出 (LIFO) 堆栈。