From d94d80a8c83771cab730811128deadddc688f4da Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 21 Dec 2023 08:44:34 -0800
Subject: [PATCH] Enhancement: Add tooltip for select dropdown items (#5070)
---
.../app/components/common/input/select/select.component.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src-ui/src/app/components/common/input/select/select.component.html b/src-ui/src/app/components/common/input/select/select.component.html
index bdffbcc12..3a10b0019 100644
--- a/src-ui/src/app/components/common/input/select/select.component.html
+++ b/src-ui/src/app/components/common/input/select/select.component.html
@@ -34,6 +34,9 @@
(focus)="clearLastSearchTerm()"
(clear)="clearLastSearchTerm()"
(blur)="onBlur()">
+
+ {{item.name}}
+
@if (allowCreateNew) {