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
[optionGroupChildren]="['states', 'cities']" [style]="{'minWidth': '14rem'}" placeholder="Select a City">
18
18
<ng-templatepTemplate="option" let-option>
19
19
<divclass="country-item">
@@ -39,7 +39,7 @@ <h5>Getting Started</h5>
39
39
is used for the text of a category and <i>optionGroupChildren</i> is to define the children of the category. Note that order of the <i>optionGroupChildren</i>
40
40
matters and it should correspond to the data hierarchy.</p>
[optionGroupChildren]="['states', 'cities']" [style]="{'minWidth': '14rem'}" placeholder="Select a City">
136
136
<ng-template pTemplate="option" let-option>
137
137
<div class="country-item">
@@ -276,6 +276,12 @@ <h5>Properties</h5>
276
276
<td>false</td>
277
277
<td>When enabled, a clear icon is displayed to clear the value.</td>
278
278
</tr>
279
+
<tr>
280
+
<td>overlayOptions</td>
281
+
<td>OverlayOptions</td>
282
+
<td>null</td>
283
+
<td>Whether to use overlay API feature. The properties of <ahref="#" [routerLink]="['/overlay']">overlay API</a> can be used like an object in it.</td>
Copy file name to clipboardexpand all lines: src/app/showcase/components/dropdown/dropdowndemo.html
+6
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,12 @@ <h5>Properties</h5>
569
569
<td>null</td>
570
570
<td>Whether to use the scroller feature. The properties of <ahref="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
571
571
</tr>
572
+
<tr>
573
+
<td>overlayOptions</td>
574
+
<td>OverlayOptions</td>
575
+
<td>null</td>
576
+
<td>Whether to use overlay API feature. The properties of <ahref="#" [routerLink]="['/overlay']">overlay API</a> can be used like an object in it.</td>
Copy file name to clipboardexpand all lines: src/app/showcase/components/multiselect/multiselectdemo.html
+6
Original file line number
Diff line number
Diff line change
@@ -620,6 +620,12 @@ <h5>Properties</h5>
620
620
<td>null</td>
621
621
<td>Whether to use the scroller feature. The properties of <ahref="#" [routerLink]="['/scroller']">scroller</a> component can be used like an object in it.</td>
622
622
</tr>
623
+
<tr>
624
+
<td>overlayOptions</td>
625
+
<td>OverlayOptions</td>
626
+
<td>null</td>
627
+
<td>Whether to use overlay API feature. The properties of <ahref="#" [routerLink]="['/overlay']">overlay API</a> can be used like an object in it.</td>
Copy file name to clipboardexpand all lines: src/app/showcase/components/treeselect/treeselectdemo.html
+6
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,12 @@ <h5>TreeNode API utilized by the TreeSelect</h5>
205
205
<td>null</td>
206
206
<td>Style class of the label element.</td>
207
207
</tr>
208
+
<tr>
209
+
<td>overlayOptions</td>
210
+
<td>OverlayOptions</td>
211
+
<td>null</td>
212
+
<td>Whether to use overlay API feature. The properties of <ahref="#" [routerLink]="['/overlay']">overlay API</a> can be used like an object in it.</td>
0 commit comments