We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b87d8 commit 87bb91fCopy full SHA for 87bb91f
projects/igniteui-angular/src/lib/simple-combo/simple-combo.component.spec.ts
@@ -39,7 +39,7 @@ const CSS_CLASS_FOOTER = 'footer-class';
39
const CSS_CLASS_INPUT_GROUP_REQUIRED = 'igx-input-group--required';
40
const CSS_CLASS_INPUT_GROUP_INVALID = 'igx-input-group--invalid';
41
const defaultDropdownItemHeight = 40;
42
-const defaultDropdownItemMaxHeight = 400;
+const defaultDropdownItemMaxHeight = 240;
43
44
describe('IgxSimpleCombo', () => {
45
let fixture: ComponentFixture<any>;
0 commit comments