MASA.Blazor icon indicating copy to clipboard operation
MASA.Blazor copied to clipboard

Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.

Results 225 MASA.Blazor issues
Sort by recently updated
recently updated
newest added

如题 为MDatatable提供一个属性 Func object就是对应列对应行的值 string就是显示的值 根据这个属性就可以实现 如datetime等类型的属性的格式化 再根据masa现有的默认值代理来设置所有的Mdatatable都能够自动"转义"特殊类型

type/enhancement
component/DataTable

目前代码块的支持还不支持高亮/行号/复制等功能, 而且样式一般

type/enhancement
componente/MarkdownIt

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...

component/Autocomplete
status/investigate

### Masa.Blazor version 1.0.1 ### Describe the bug MTextField 的 OnKeyPress 事件在其他平台下没有问题,但在 macos 加 MAUI 模式下不会被触发。以下是最简单的测试代码: ------------------ `` @code { private void keyDown(KeyboardEventArgs e) { Console.WriteLine(e.Code); } } ### Expected...

maui
component/TextField

### Masa.Blazor version 1.0.0 ### Describe the bug ![image](https://github.com/masastack/MASA.Blazor/assets/93168234/cb7b74fb-b5ac-4307-b220-6d626e7b2377) https://auth-test.masastack.com/User ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version _No...

component/TextField
platform specific

### Masa.Blazor version 1.0.0 ### Describe the bug ![image](https://github.com/masastack/MASA.Blazor/assets/16507773/4db737ad-49d7-41e2-a9cd-1456fb4e09c5)

type/bug
priority/high
component/Tabs

自己写的关闭功能有很多bug。 - 例如,关闭按钮不能放在里面。否则执行完了切换逻辑后,才执行Mtab的标签切换逻辑,导致关闭的切换无意义。 - 此外,以下代码中有个bug,对当前标签使用关闭后,外部的容器大小不会再随着切换标签而变化。 - 另外,希望绑定用的Value使用泛型,以配合字典使用。 ```csharp @page "/Tesk" 首页 @foreach (var (title, url) in items) { @title mdi-close } 添加随机数据 @foreach (var (tab, content) in items) { @content...

status/investigate
component/Tabs

### 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...

type/bug
component/Tabs

### Masa.Blazor version 1.0 ### Describe the bug ![pickerrange3333](https://user-images.githubusercontent.com/46732776/229003694-763f6eb0-0f23-4bab-ac95-0ccafe588f85.gif) ### Expected Behavior 焦点在滚动条时MMenu自动关闭 ### Steps To Reproduce _No response_ ### Reproduction code ```razor 焦点时不会自动关闭 ``` ### .NET version _No response_...

component/Menu
Vuetify3

实现服务导航或组件等提供分层导航体验,让用户可以随心所欲地向前或向后导航页面。 类似正常移动端后进先出 (LIFO) 堆栈。

type/enhancement
mobile