MASA.Blazor
MASA.Blazor copied to clipboard
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.


MWindow组件切换到第一次渲染的Window时,会发生闪烁,仅在Blaozr Server下复现 由于轮播图基于MWindow组件,第一轮自动切换时每一张轮播图都会闪烁,用户体验不好 最后正常的版本:0.5 
https://user-images.githubusercontent.com/29189410/183244757-72401fd3-58dd-427a-b007-5cacef91e711.mp4 Currently AutoComplete does not use js debounce, each input needs to be filtered, and the input will block the UI at the same time. I really need js debounce...
 If we add '@attributes="@context.Attrs"' to MTextField. MTextField input becomes unsmooth. https://user-images.githubusercontent.com/29189410/183092685-94ba61b0-ac62-4600-a845-8b5c8d476fa2.mp4
**Describe the bug** MTextField use `Prefix` property,the label with prefix overlap,label should behind for prefix **Screenshots** 
现有的tooltip语法会破坏UI代码的层级结构,降低代码可读性,是否可以对此问题进行优化,例如可以将其设计为组件的属性:MButton Tooltip="tips"
**Is your feature request related to a problem? Please describe.** in **MAutocomplete** component with defined **Items and bind-Value**, when the entered text doesn't match any items in Dropdown Items (the...
# Are you using MASA Blazor? If you are using MASA Blazor, first we would like to Thank You. Our goal is to grow the community, improve MASA Blazor and...