File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments