MASA.Blazor
MASA.Blazor copied to clipboard
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
### 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...
**Describe the bug** A clear and concise description of what the bug is.     这是按顺序的帧捕捉,按下按钮会有一下白屏,再出现动画切换 下面是完整的gif  Gif帧率可能太低,看不出来,但是实际肉眼看得很明显 下面补充一下手机录屏 https://user-images.githubusercontent.com/82756760/221346770-d723d17a-a1bf-46b0-bfaa-8c4dbba9503c.mp4 补充:切换右侧Tab没有出现这样的情况 **To Reproduce** Steps to reproduce the...
**Describe the bug** 如题,下面时模拟设备的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...
因为某种原因,需要在 `true` 模式下发布程序,这要求不能使用设置当前语言的功能。 目前版本下,在I18n构造函数中调用了相关方法,导致不能正确初始化,能否考虑将I18n构造函数中的代码移到单独的方法中,并将其标注为virtual,这样在不需要的时候,可以通过继续子类,对相关功能进行屏蔽。 受影响的方法还有 AddLocale()、 SetCulture() 希望都能标注为virtual
**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...
我想让MPagination组件扁平化显示,但该组件目前未开放类似Flat或Eelevation属性,我尝试在Class中写入class=“elevation-0”,不起作用。
认真看了文档,没看到怎么在移动设备上通过左滑唤出。
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...
类似 爱心 、星星 收藏按钮,点击收藏,再次点击取消收藏。 实现为原始位置切换显示两个图标。
目前每次输入都会触发验证,支持关闭实时验证,form 提交前验证