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: projects/dxc-ngx-cdk-site/src/app/components/examples/dropdown/properties/dropdown-table-properties.component.html
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,6 @@
18
18
before the label.
19
19
</td>
20
20
</tr>
21
-
<tr>
22
-
<td>iconSrc: string</td>
23
-
<td></td>
24
-
<td>
25
-
<b>Deprecated.</b> URL of the icon that will be placed next to the
26
-
dropdown label.
27
-
</td>
28
-
</tr>
29
21
<tr>
30
22
<td>iconPosition: 'before' | 'after'</td>
31
23
<td><code>'before'</code></td>
@@ -57,15 +49,18 @@
57
49
</td>
58
50
</tr>
59
51
<tr>
60
-
<td>size: any (string | object)</td>
52
+
<td>size: string</td>
61
53
<td><code>'fitContent' </code></td>
62
-
<td>Size of the component ('large' | 'fillParent' | 'fitContent').</td>
54
+
<td>
55
+
Size of the component ('small' | 'medium' | 'large' | 'fillParent' |
56
+
'fitContent').
57
+
</td>
63
58
</tr>
64
59
<tr>
65
60
<td>onSelectOption: EventEmitter</td>
66
61
<td></td>
67
62
<td>
68
-
This event will be triggered when the selection changes. The value of the
63
+
This event will emit in case the selection changes. The value of the
69
64
selected value will be passed as a parameter.
70
65
</td>
71
66
</tr>
@@ -74,4 +69,14 @@
74
69
<td><code>0</code></td>
75
70
<td>Value of the tabindex.</td>
76
71
</tr>
72
+
<tr>
73
+
<td>disabled: boolean</td>
74
+
<td><code>false</code></td>
75
+
<td>If true, the component will be disabled.</td>
76
+
</tr>
77
+
<tr>
78
+
<td>expandOnHover: boolean</td>
79
+
<td><code>false</code></td>
80
+
<td>If true, the options are showed when the dropdown is hover.</td>
0 commit comments