You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/autocomplete/templates.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ position: 5
12
12
13
13
The AutoComplete component allows you to change what is rendered in its items, header and footer through templates.
14
14
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.
Copy file name to clipboardExpand all lines: components/combobox/templates.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ position: 5
12
12
13
13
The ComboBox component allows you to change what is rendered in its items, header and footer through templates.
14
14
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.
Copy file name to clipboardExpand all lines: components/dropdownlist/templates.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ position: 1
12
12
13
13
The DropDownList component allows you to change what is rendered in its items, body, header and footer through templates.
14
14
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.
Copy file name to clipboardExpand all lines: components/multiselect/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The MultiSelect is a generic component and its type is determined by the type of
70
70
71
71
>caption The MultiSelect provides the following features:
72
72
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.
74
74
*`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.
75
75
*`Data` - allows you to provide the data source. Required.
Copy file name to clipboardExpand all lines: components/multiselect/templates.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@ position: 5
12
12
13
13
The MultiSelect component allows you to change what is rendered in its items, header and footer through templates.
14
14
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.
0 commit comments