Skip to content

Commit

Permalink
fix(combobox-item-group): cascade scale from combobox (#10908)
Browse files Browse the repository at this point in the history
**Related Issue:** #10897 

## Summary

cascade `scale` from `combobox` onto `combobox-item-group`
  • Loading branch information
anveshmekala authored Dec 2, 2024
1 parent a44b769 commit 8860dbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ export class Combobox
item.scale = this.scale;
});

this.groupItems.forEach((groupItem) => (groupItem.scale = this.scale));

if (!this.allowCustomValues) {
this.setMaxScrollerHeight();
}
Expand Down

0 comments on commit 8860dbb

Please sign in to comment.