From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 21 Dec 2023 16:44:34 +0000 (-0800) Subject: Enhancement: Add tooltip for select dropdown items (#5070) X-Git-Tag: v2.2.0~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d94d80a8c83771cab730811128deadddc688f4da;p=thirdparty%2Fpaperless-ngx.git Enhancement: Add tooltip for select dropdown items (#5070) --- 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 bdffbcc12b..3a10b0019d 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) {