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

对于模型类,我们需要在表格等位置使用到,我们希望其字段的显示名称可以根据本地化语言配置,在不同的语言回家下,显示不同的语言字符。 什么时候做一个支持模型类的 i18n 呀?

type/enhancement

![elevation](https://user-images.githubusercontent.com/95004531/149052227-88031e14-ab69-4f44-abae-5070b956a3d0.png)

type/documentation
type/enhancement
Vuetify3

![Invert the color of the example, the effect of elevation in the example is not obvious](https://user-images.githubusercontent.com/95004531/149050066-a3fbaa9c-6ab6-4d79-b802-78cc99ad7409.png) ![0Invert the color of the example, the effect of elevation in the example is...

type/documentation
Vuetify3

type/enhancement

### Masa.Blazor version 1.4.2 ### Describe the bug 当页面滚动后,点击打开 Dialog 弹窗后,再次点击弹窗中的按钮触发 Menu 弹出,Menu弹出的位置不正确 ![image](https://github.com/masastack/MASA.Blazor/assets/53342258/b5164d83-2c1e-453a-9d26-f4128a0f9380) ### Expected Behavior Menu 应该显示在按钮正下方 ![image](https://github.com/masastack/MASA.Blazor/assets/53342258/0bfb055d-2611-4af8-8a29-4c01ea88d639) ### Steps To Reproduce 通过模板创建项目,复制以下代码到 `Index.razor` 中 ``` Click Me...

status/needs triage

` ` href好像无效,鼠标移入时候没有变成可点击的样式,点击也无反应。

status/needs triage

Editor(富文本编辑器)呈现后怎么切换样式?初始时候可以设置样式,呈现后可以切换样式吗? `if (ThemeStyle == "snow") { ThemeStyle = "bubble"; } else if (ThemeStyle == "bubble") { ThemeStyle = "snow"; }` 这个好像无效

status/needs triage

评分能不能选择0星?可以设置为0 但是鼠标点击时候不好设置为0。最低半星。

status/needs triage