Skip to content

v3.2.3 with .NET 9 and better support for DateOnly in Angular Reactive Forms

Choose a tag to compare

@zijianhuang zijianhuang released this 08 Feb 01:53
· 22 commits to master since this release
/// <summary>
/// For Angular reactive form control binding with DateOnly, requiring yyyy-MM-dd local date, while the strongly typed field is JavaScript Date.
/// </summary>
public bool NgDateOnlyFormControlEnabled { get; set; }