From 4e2240ee3e52d524726d902255fe1c4da5cd450d Mon Sep 17 00:00:00 2001
From: navedqb <109583873+navedqb@users.noreply.github.com>
Date: Thu, 1 Feb 2024 15:52:59 +0530
Subject: [PATCH] fix placeholder not working in dropdown
---
src/app/components/dropdown/dropdown.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/components/dropdown/dropdown.ts b/src/app/components/dropdown/dropdown.ts
index c1bd64f3bf7..e86dd3c6ae9 100755
--- a/src/app/components/dropdown/dropdown.ts
+++ b/src/app/components/dropdown/dropdown.ts
@@ -151,7 +151,7 @@ export class DropdownItem {
{{ label() === 'p-emptylabel' ? ' ' : label() }}
- {{ label() === 'p-emptylabel' ? ' ' : placeholder }}
+ {{ label() === 'p-emptylabel' ? ' ' : placeholder }}