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/dropdownlist/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,8 @@ The DropDownList provides the following features:
88
88
*`DefaultItem` - sets the hint that is shown if no other item is selected. Set this property to an instance of the model class to which the dropdown is bound.
89
89
*`Enabled` - whether the component is enabled.
90
90
*`PopupHeight` - the height of the expanded dropdown list element.
91
-
*`T` - the type of the model to which the component is bound. Required. Determines the type of the reference object.
92
-
*`TItem` - the type of the value field from the model to which the component is bound. Required. Determines the type of the reference object.
91
+
*`TItem` - the type of the model to which the component is bound. Required. Determines the type of the reference object.
92
+
*`TValue` - the type of the value field from the model to which the component is bound. Required. Determines the type of the reference object.
93
93
*`TabIndex` - the `tabindex` attribute rendered on the dropdown.
94
94
*`TextField` - the name of the field from the model that will be shown to the user. Defaults to `Text`.
95
95
*`ValueField` - the name of the field from the model that will be the underlying `value`. Defaults to `Value`.
0 commit comments