capdiem
capdiem
**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...
## Description resolves #15010 ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...
### Masa.Blazor version 1.4.0-beta.1 ### Describe the bug After using `Microsoft.AspNetCore.Components.Forms.ObjectGraphDataAnnotationsValidator`, the `Required` error persists even after updating the Value through code. ### Expected Behavior _No response_ ### Steps To...
Hey, In MudBlazor's TextField, there is an option for Masked Input, where I can add the mask. However, I couldn't find it in MASA. Is there really no support? https://mudblazor.com/components/textfield#mask...
### Masa.Blazor version latest ### Describe the bug `locale="zh-CN"` doesn't work ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Reproduction code _No response_ ### .NET version...
```cs services.AddMasaBlazor(opts => { opts.OnClickDebounceWait = 100; }) ```
Culture is a name but in some cases it needs changes. Currently, by filling the culture name in the Locale attribute, the default month and day names provided by the...
### Masa.Blazor version 1.0.0 ### Describe the bug 
### Masa.Blazor version 1.0.0-rc.6 ### Describe the bug It's a bug from Vuetify2. ### Expected Behavior Hide the placeholder on mobile if ShowArrows not set. ### Steps To Reproduce _No...