Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5db2cb4

Browse files
committed
Drop the search placeholder from the bootstrapper
This isn't a property of the card container anymore. If desired, we can eventually add an example of binding it directly to the card search component.
1 parent 644dff2 commit 5db2cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrapper/cards/cardsNg2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3>Cards</h3>
5050
</div>
5151
<div>
5252
<label>Card container with search:</label>
53-
<rlCardContainer [builder]="searchBuilder" [searchPlaceholder]="'Custom Placeholder'">
53+
<rlCardContainer [builder]="searchBuilder">
5454
<div *rlColumnHeader="let value; name 'value'">Number</div>
5555
<div *rlColumnContent="let value; name 'value'">#{{value}}</div>
5656
<div *rlCardContent="let myItem">

0 commit comments

Comments
 (0)