Skip to content

Commit

Permalink
fix(kit): placeholder in multiselect disappears while hovering options (
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 5, 2024
1 parent c1d2160 commit 58763ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/components/input-tag/input-tag.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
overflow: hidden;
}

&_empty {
&_empty:not(.t-with-placeholder) {
height: 0;
}

Expand Down
1 change: 1 addition & 0 deletions projects/kit/components/input-tag/input-tag.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div
class="t-tags"
[class.t-tags_empty]="(!focused || inputHidden) && !value?.length && !search?.trim()?.length"
[class.t-with-placeholder]="placeholder"
>
<ng-container *ngIf="labelOutside; else text">
<tui-tag
Expand Down

0 comments on commit 58763ff

Please sign in to comment.