Skip to content

Commit 9e7b005

Browse files
Merge pull request #14168 from IgniteUI/ganastasov/feat-14104-master
feat(combo, simple-combo): hide clear icon when custom template is empty
2 parents c227fae + 1edbe34 commit 9e7b005

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes for each version of this project will be documented in this file.
44

5+
## 18.0.0
6+
### New Features
7+
- `IgxCombo`, `IgxSimpleCombo`:
8+
- Introduced abillity for hiding the clear icon button when the custom clear icon template is empty.
9+
510
## 17.2.0
611
### New Features
712
- `IgxAvatar`

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,10 @@
219219
@if $variant == 'bootstrap' {
220220
border-inline-end: rem(1px) solid var(--border-color);
221221
}
222+
223+
&:empty {
224+
padding: 0;
225+
}
222226
}
223227
}
224228

0 commit comments

Comments
 (0)