-
Good morning,
I've installed the latest version (v. 2.1.0) in a Blazor Server with .NET 7 and the FluentValidationValidator class doesn't have the "GetFailuresFromLastValidation" method.
This i…
-
**Is your feature request related to a problem? Please describe.**
I want to show an "*" (asterisks) with the label based on the fluent validators. So, I need a way of finding out if a specific prop…
-
**Describe the bug**
When validating items in a nested dictionary, the validation result is true, even when items are not valid
**To Reproduce**
I made a repro unit test here: https://github.com/…
-
Any idea on how can I integrate tailwind css with typeahead ? I tried entering styles in class attribute .. but it didn’t work.
-
I am unsure exactly how to file a bug report for this so I will just try and explain what I am doing and maybe that can help.
I made a simple Blazor server application to upload a video as a blob t…
-
If the website is reloaded we need to be able to save the current state of the playlist so that the user does not lose all of their progress.
-
**Describe the bug**
After upgrading to .NET 7 from .NET 6, passing the validator instance directly throws `InvalidOperationException` but works if we let `FluentValidationValidator` to create the in…
-
Allow access to specific modal instance inside modal, so that you can close the first modal opened while still keeping the second modal opened.
First modal opened
First modal opens second modal
…
-
I am using Blazor Server and followed the instructions on setting this up e.g. this was added to main, where I essentially copy the sample LocalStateStorage class
````
builder.Services.AddBlazored…
-