Skip to content

Commit

Permalink
missing comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Jan 23, 2025
1 parent 2ac6d7f commit 524f1f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Radzen.Blazor/RadzenDatePicker.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,9 @@ private string ButtonClasses
[Parameter]
public bool Disabled { get; set; }

/// <summary>
/// Gets or sets the FormFieldContext of the component
/// </summary>
public IFormFieldContext FormFieldContext { get; set; } = null;

/// <summary>
Expand Down

0 comments on commit 524f1f9

Please sign in to comment.