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 199 MASA.Blazor issues
Sort by recently updated
recently updated
newest added

# Description Added the MAui example.

**Version** Masa.Blazor 0.6.0-preview.1 MASA.Blazor.Experimental.Components 0.5.0 **Code** ```             Cancel Save ``` **Describe the bug** When the Type is Month, the TValue is a list and count less than 2, will cause...

### 环境 ### - MAUI blazor - Android API 28 - MASA Blazor 0.5.0 ### 问题复现步骤 ### 使用MDialog弹窗组件,真机调试时,打开包含弹窗组件的页面时,必然报错,错误信息: `Unexpected token = SyntaxError: Unexpected token =` 堆栈信息: ` at Microsoft.JSInterop.JSRuntime.d__16``1[[Microsoft.JSInterop.IJSObjectReference, Microsoft.JSInterop,...

type/bug
maui

如题,drawer的API只有Left和Right,不支持Top和Bottom?

type/question
status/resolved
status/stale

Feature Description As a user of [ProjectName], I have identified the need for a component that facilitates file downloads directly within the user interface. Such a component would allow users...

type/enhancement

### Masa.Blazor version 1.1.1 ### Describe the bug android和PC都是完全正常的,ios下MImage就完全不显示任何内容,如果不用MImage,图片显示就正常(自己用div的background来设置图片) ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version .net7 ###...

maui
status/investigate
component/Image
ios

这个控件:component/PageTabs 以下这段代码,在实际执行过程中,被执行了不下5次,如果想控制Tab的显示,实在有点浪费。 ```cs private TabOptions? TabOptions(PageTabPathValue pathValue) { if (pathValue.AbsolutePath == "/blazor/examples/page-tabs/page2") { return new TabOptions("Custom tab title", "mdi-tab", "font-weight-bold"); } return null; } ```

type/enhancement
component/PageTabs

这个控件:component/PageTabs 目前的功能,只能跟随打开记录开启Tab,过滤功能也比较鸡肋,只能初始化的时候设置SelfPatterns,比如中途我想控制某个URL可用打开Page tab,是不行的。 类似的功能场景描述: 大部分功能,都是在默认tab页上打开的,然后想右键新tab页打开,类似浏览器的功能。现在这种功能,是无法实现的。

type/enhancement
component/PageTabs

### Masa.Blazor version 1.4.0-beta.1 ### Describe the bug After using `Microsoft.AspNetCore.Components.Forms.ObjectGraphDataAnnotationsValidator`, the `Required` error persists even after updating the Value through code. ### Expected Behavior _No response_ ### Steps To...

type/bug
component/Forms