From 257f81b4ff737e49589ec712ec06f813f9e1bdd9 Mon Sep 17 00:00:00 2001 From: iamkanishka Date: Mon, 24 Apr 2023 16:21:56 +0530 Subject: [PATCH] Search Filter Enhancemnet with filtered data count and Search font and Placeholer size increment --- src/ng-multiselect-dropdown/src/multi-select.component.html | 1 + src/ng-multiselect-dropdown/src/multi-select.component.scss | 6 +++++- src/ng-multiselect-dropdown/src/multiselect.component.ts | 3 +++ src/ng-multiselect-dropdown/src/multiselect.model.ts | 3 +++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/ng-multiselect-dropdown/src/multi-select.component.html b/src/ng-multiselect-dropdown/src/multi-select.component.html index 8f2956e..d40e287 100644 --- a/src/ng-multiselect-dropdown/src/multi-select.component.html +++ b/src/ng-multiselect-dropdown/src/multi-select.component.html @@ -23,6 +23,7 @@
  • + {{(_data | multiSelectFilter:filter).length}}