-
Use https://github.com/Blazored/Typeahead
-
Is it possible to use the custom crud feature to open the add or edit page in a modal window ? For example with Blazored.Modal ?
-
I have the following validator:
public class CustomerValidator : AbstractValidator
{
public CustomerValidator()
{
RuleForEach(x => x.Orders).SetValidator(ne…
-
Via localstorage for example.
Should also record already guessed languages so you can continue later with the same state.
-
at https://blazored.github.io/Video/
the resource https://res.cloudinary.com/blazoredgitter/video/upload/v1557015491/samples/elephants.mp4 is mentioned, but I see it saying it doesn't support video f…
-
**Describe the bug**
I am noticing a lot of exceptions being recorded in the log when (automatic) disposing is being called on BlazoredVideo component. Not sure if this is me using the component inco…
-
Thank you for your work on Blazored.Texteditor !
**Describe the bug**
Not really a bug but quite irritating when you check version numbers on DLL file:
I just updated my Blazored.Texteditor NuGet…
-
-
**Describe the bug**
We are experiencing the following error:
```
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNon…
-
This will be a feature to format the output of the template (chain generator page)
Here you will be able to take the outputs of any of the widgets and put them in any order that you want
You will al…