From 84f84e3a165a6b9ec2319eca46bea88ff42c66bc Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:51:57 -0800 Subject: [PATCH] Add tooltip for select dropdown items --- .../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) {