Skip to content

Commit 141bfba

Browse files
committed
chore(common): address feedback
1 parent 5b0a1f0 commit 141bfba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

knowledge-base/dropdowns-readonly-struct-error.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Telerik.Blazor.Components.TelerikComboBox<TItem, TValue>.<OnParametersSetAsync>b
3434

3535
## Steps to Reproduce
3636

37-
<div class="skip-repl"></div>
38-
````RAZOR
37+
````RAZOR.skip-repl
3938
Selected value: @selectedValue
4039
<br />
4140
@@ -71,7 +70,6 @@ There are two approaches to avoiding this error:
7170

7271
* When setting the `Data` of the dropdown, make it a collection of anonymous objects, for example:
7372

74-
<div class="skip-repl"></div>
7573
````RAZOR.skip-repl
7674
@* See the Select in the Data parameter *@
7775

0 commit comments

Comments
 (0)