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

### Masa.Blazor version 1.0.0-preview.11 ### Describe the bug Page initializes every time when using AuthorizeRouteView. ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No...

type/bug

**Describe the bug** A clear and concise description of what the bug is. ![image](https://user-images.githubusercontent.com/82756760/221346234-8896332a-3ec4-402d-b322-eba21a21df0d.png) ![image](https://user-images.githubusercontent.com/82756760/221346242-af1babaf-3566-489d-a5a8-33f22e8ddf3d.png) ![image](https://user-images.githubusercontent.com/82756760/221346213-9ca268bb-9258-4b38-b5c4-1baad0bcf5dd.png) ![image](https://user-images.githubusercontent.com/82756760/221346281-da328c82-c966-49b5-ba66-a603ddcf89d6.png) 这是按顺序的帧捕捉,按下按钮会有一下白屏,再出现动画切换 下面是完整的gif ![8](https://user-images.githubusercontent.com/82756760/221346309-0550d23a-dfee-479e-9590-8de38e6d9196.gif) Gif帧率可能太低,看不出来,但是实际肉眼看得很明显 下面补充一下手机录屏 https://user-images.githubusercontent.com/82756760/221346770-d723d17a-a1bf-46b0-bfaa-8c4dbba9503c.mp4 补充:切换右侧Tab没有出现这样的情况 **To Reproduce** Steps to reproduce the...

type/bug
component/Transition
component/Tabs

**Describe the bug** 如题,下面时模拟设备的gif ![masa导航抽屉](https://user-images.githubusercontent.com/82756760/218257839-fdd08cee-6836-4d6c-aac5-26ed5ee91a6a.gif) **To Reproduce** Steps to reproduce the behavior: MNavigationDrawer **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add...

type/bug
component/NavigationDrawer

因为某种原因,需要在 `true` 模式下发布程序,这要求不能使用设置当前语言的功能。 目前版本下,在I18n构造函数中调用了相关方法,导致不能正确初始化,能否考虑将I18n构造函数中的代码移到单独的方法中,并将其标注为virtual,这样在不需要的时候,可以通过继续子类,对相关功能进行屏蔽。 受影响的方法还有 AddLocale()、 SetCulture() 希望都能标注为virtual

status/help wanted

**Is your feature request related to a problem? Please describe.** Enhance DataTable component to support multiple-columns grouping. **Describe the solution you'd like** Show a multiple selection control on top of...

type/enhancement
component/DataTable

我想让MPagination组件扁平化显示,但该组件目前未开放类似Flat或Eelevation属性,我尝试在Class中写入class=“elevation-0”,不起作用。

type/enhancement
Vuetify3
component/Pagination

认真看了文档,没看到怎么在移动设备上通过左滑唤出。

type/enhancement
mobile
component/NavigationDrawer
Vuetify3

DatePicker is awesome. Considering that many foreign companies are following weekly schedule, please consider to add a week index in DatePicker. Since there is already a method exists for https://github.com/BlazorComponent/MASA.Blazor/blob/528a92ec07ea17a4cebb6ce0143c9729caa3f6e1/src/Masa.Blazor/Components/DatePicker/DatePickerTable/MDatePickerDateTable.cs#L68-L71...

类似 爱心 、星星 收藏按钮,点击收藏,再次点击取消收藏。 实现为原始位置切换显示两个图标。

type/enhancement

目前每次输入都会触发验证,支持关闭实时验证,form 提交前验证