Skip to content

Commit

Permalink
feat(kit): hide dropdown if datalist template not provided (#6700)
Browse files Browse the repository at this point in the history
Co-authored-by: s.kitanin <[email protected]>
  • Loading branch information
0ReC0 and s.kitanin authored Feb 7, 2024
1 parent ff86243 commit 0118e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/components/combo-box/combo-box.template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tui-hosted-dropdown
class="t-hosted"
[canOpen]="interactive"
[canOpen]="interactive && !!datalist"
[content]="datalist || ''"
[(open)]="open"
(tuiActiveZoneChange)="onActiveZone($event)"
Expand Down

0 comments on commit 0118e72

Please sign in to comment.