From 012fd35175f0ea2497875068fdc9486a8d0dd6e4 Mon Sep 17 00:00:00 2001 From: Ncface Date: Fri, 1 Apr 2022 14:44:33 +0200 Subject: [PATCH] Remove duplicate in documentation Line with searchPlaceholderText is duplicated in the table of settings in the documentation. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f399f32..91134e7 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ export class AppComponent implements OnInit { | selectAllText | String | Text to display as the label of select all option | Select All | | unSelectAllText | String | Text to display as the label of unSelect option | UnSelect All | | allowSearchFilter | Boolean | Enable filter option for the list. | false | -| searchPlaceholderText | String | custom search placeholder | Search | | clearSearchFilter | Boolean | clear search filter on dropdown close | true | | maxHeight | Number | Set maximum height of the dropdown list in px. | 197 | | itemsShowLimit | Number | Limit the number of items to show in the input field. If not set will show all selected. | All |