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

例如Tab组件, 当缩小到一定程度, 小屏样式未加载, 需要点击后. https://user-images.githubusercontent.com/49866401/178443659-132ebd92-187a-4fb0-ba0b-27994b4bf135.mp4

type/bug

移动端文档站点:Service 全部示例: 无法上传文件; ![5ef523ac-e60f-412b-a9e7-51a0023a4366](https://user-images.githubusercontent.com/95004531/177740294-46ab6727-68cf-4830-84ca-fb9b0de7aa1a.jpg)

type/bug
mobile
hosted/server

移动端文档站点:Service,wasm 全部示例: 示例输入内容后,向下滑动页面,Markdown的工具栏会悬浮在页面顶部; ![8f29215a-6366-4d02-bcaa-100e4047d33a](https://user-images.githubusercontent.com/95004531/177738598-1c2ce092-19b6-4de1-b288-f84e661e22f6.jpg)

type/bug
mobile

Web端 文档站点:Service,wasm 频繁切换组件,报错 ![image](https://user-images.githubusercontent.com/95004531/177740884-5ea22bf3-5cd9-4ea4-ab11-5ee847bd9b12.png)

type/bug

MAUI中使用工具栏的推动时在android win下滚动的时候图片未收缩 web未测试,应该是兼容问题

maui

Froms表单组件目前支持使用特性自动设置验证规则,希望扩展支持Display特性自动设置Lable 例如以下代码 ```csharp class Model { [Display(Name = "Name")] public string Name { get; set; } } private Model _model = new(); ``` ```html ``` 希望可以实现以下效果 ![image](https://user-images.githubusercontent.com/53342258/171095079-130d0b35-88da-424f-8d78-a20cae52a08f.png)

type/enhancement

**Is your feature request related to a problem? Please describe.** no. **Describe the solution you'd like** Use @bind-Value for a single value and @bind-Values for multiple values, which is a...

type/enhancement