Mark Radcliffe
Mark Radcliffe
### Bug type Component ### Component name MudDatePicker ### What happened? When using a DatePicker in static mode, it doesn't respect ReadOnly, when setting ReadOnly to true, it still lets...
```csharp public class MyClass { public Guid Id { get; set; } [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public Guid? SomeReferenceId { get; set; } } ``` When using a class like above,...
Hi, We get an issue when we use "table per hierarchy" with this library on the PrimaryKeyAttribute. The model is invalid as it is adding the Key attribute to the...
**Describe the issue or the bug** I have run through all the initial steps to connect my dev microk8s single node cluster running on Ubuntu Server 22.04 but I am...
## Description Adding a time series version of charts and implementing support for areas and lines to coexist on it. It reused a large amount of the existing line chart...
### Feature request type Enhance component ### Component name Line Chart ### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like I have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using IAsyncEnumerable response type from an asp.net core API...
I have found that using the bulk import function fails when using a Point type spatial object which maps to a POINT column type. Using add range works fine so...