Skip to content

Commit 585d1ee

Browse files
committed
DropDown ReadOnly XML description fixed
1 parent 3255afb commit 585d1ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Radzen.Blazor/RadzenDropDown.razor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public partial class RadzenDropDown<TValue> : DropDownBase<TValue>
4343
public IReadOnlyDictionary<string, object> InputAttributes { get; set; }
4444

4545
/// <summary>
46-
/// Gets or sets whether the dropdown is read-only and cannot be opened or changed by user interaction.
47-
/// When true, the dropdown displays the selected value but prevents opening the popup or changing the selection.
46+
/// Gets or sets whether the dropdown is read-only and cannot be changed by user interaction.
47+
/// When true, the dropdown displays the selected value but prevents changing the selection.
4848
/// </summary>
4949
/// <value><c>true</c> if the dropdown is read-only; otherwise, <c>false</c>. Default is <c>false</c>.</value>
5050
[Parameter]

0 commit comments

Comments
 (0)