Versile Johnson II
Versile Johnson II
More documentation would be great. I love the libraries but dislike having to read the code of each class to figure out what everything does. I'm still chasing what the...
You are correct, unit tests were a lot easier. That doesn't change the fact it would be nice to have finished Documentation for such a wonderful group of projects :)
I have a pull-request in for some changes I submitted but I think this would work in either code base. Add this above the line `for (let entry in feed)...
Not working 6.20, using a component dialog here.
I purposely made Theme Creator to never write to a Theme value. It stores all of it's values and overwrites the CSS variables from :root to display them to a...
As indicated MudBlazor is a big library and supports only the most popular or Material Design components. Unfortunately, with other libraries available it is not feasible to add this at...
Now I don't know the specifics of your project and have not upgraded to VS 17.13 yet - however... `@bind-Value="@example"` is just shorthand for `Value="@example" ValueChanged="@UpdateExample"` where `UpdateExample` is a...
Looking at the code base I'm pretty sure your original json should work as an input. The problem with value templates is they only allow 255 characters though. Perhaps look...
With a snippet it would make helping you much easier, but I can see from what you've posted a few things. - Your datagrid is loaded via ServerData., you can't...
@jaslam94 looks like you got a snippet in discord for mudtable. You should be able to work out a datagrid version of the snippet with that information. Closing this for...