-
We plan to release the official 1.0 version when the coverage reaches the desired value > 90%.
The following are all of the components currently in ant-design. Let's add test for them together.
…
-
The sample at: https://github.com/IgniteUI/igniteui-xplat-examples/blob/master/samples/grids/grid/row-pinning-options.json
Has no pinning UI. Action strip with pinning action should be enabled.
-
KB of blazor solution
- https://github.com/dotnet/sdk/tree/b3a780d246259741f75a223ec306eee1be336808/src/BuiltInTools/BrowserRefresh
- https://github.com/search?q=repo%3Adotnet%2Faspnetcore+hotreload…
maraf updated
5 months ago
-
### Description
When a type is dynamically created using System.Reflection.Emit code, accessing a field or property throws InvalidOperationException.
### Reproduction Steps
Create a .NET 8 WASM Bla…
StefH updated
3 months ago
-
### Feature request type
Enhance component
### Component name
MudTable
### Is your feature request related to a problem?
Yes. MudTable and MudBlazor framework is currently not a long-term solutio…
-
Greetings,
I try to use this package in the following setup:
**Localization Class Library:**
In this class lib the nuget package is installed, this also has the `i18ntext` folder with the json…
-
It will be great to have web support for Oxplot.
I can image few ways to do this.
I have mentioned one way already at below fork
https://github.com/belucha/oxyplot.blazor/issues/7
Second way could b…
-
## What would you like to be added:
Support for the BlazorWebView control.
## Why is this needed:
Blazor components can be used inline without running in Web Assembly.
## For which Pla…
-
Hi there, firstly thank you for making such a great library! It really has made working with the charts so much easier in a .NET ecosystem.
We have come across a probably very niche issue where cal…
-
When defining a reference `@ref` to a html element or razor component you now need to define it double:
```
Hello Blazor!
@code {
private Component myComponent;
void DoSomething() =…