Skip to content

Commit af17e79

Browse files
chore(dropdowns): remove unnecessary info for renderfragments that MS redirected
1 parent 41c55d5 commit af17e79

File tree

5 files changed

+1
-9
lines changed

5 files changed

+1
-9
lines changed

components/autocomplete/templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ position: 5
1212

1313
The AutoComplete component allows you to change what is rendered in its items, header and footer through templates.
1414

15-
The examples below show how to use inner tags to set the templates. You can also do this through [RenderFragment](https://blazor.net/api/Microsoft.AspNetCore.Blazor.RenderFragment.html) objects that you can pass to the properties of the AutoComplete in its main tag.
16-
1715
List of the available templates:
1816

1917
* [Item Template](#item-template)

components/combobox/templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ position: 5
1212

1313
The ComboBox component allows you to change what is rendered in its items, header and footer through templates.
1414

15-
The examples below show how to use inner tags to set the templates. You can also do this through [RenderFragment](https://blazor.net/api/Microsoft.AspNetCore.Blazor.RenderFragment.html) objects that you can pass to the properties of the ComboBox in its main tag.
16-
1715
List of the available templates:
1816

1917
* [Item Template](#item-template)

components/dropdownlist/templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ position: 1
1212

1313
The DropDownList component allows you to change what is rendered in its items, body, header and footer through templates.
1414

15-
The examples below show how to use inner tags to set the templates. You can also do this through [RenderFragment](https://blazor.net/api/Microsoft.AspNetCore.Blazor.RenderFragment.html) objects that you can pass to the properties of the DropDownList in its main tag.
16-
1715
List of the available templates:
1816

1917
* [Value Template](#value-template)

components/multiselect/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The MultiSelect is a generic component and its type is determined by the type of
7070

7171
>caption The MultiSelect provides the following features:
7272
73-
* `Class` - the CSS class that will be rendered on the main wrapping element of the combobox.
73+
* `Class` - the CSS class that will be rendered on the main wrapping element of the multiselect.
7474
* `ClearButton` - whether the user will have the option to clear the selected items with a button on the input. When it is clicked, the `Value` will be updated to an empty list.
7575
* `Data` - allows you to provide the data source. Required.
7676
* `Enabled` - whether the component is enabled.

components/multiselect/templates.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ position: 5
1212

1313
The MultiSelect component allows you to change what is rendered in its items, header and footer through templates.
1414

15-
The examples below show how to use inner tags to set the templates. You can also do this through [RenderFragment](https://blazor.net/api/Microsoft.AspNetCore.Blazor.RenderFragment.html) objects that you can pass to the properties of the MultiSelect in its main tag.
16-
1715
List of the available templates:
1816

1917
* [Item Template](#item-template)

0 commit comments

Comments
 (0)