Skip to content

Commit b8294c6

Browse files
authored
Merge branch '9.0.x' into nalipiev/changelog-fix
2 parents d1367ac + 7987eb9 commit b8294c6

File tree

3 files changed

+757
-627
lines changed

3 files changed

+757
-627
lines changed

projects/igniteui-angular/src/lib/date-picker/date-picker.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ describe('IgxDatePicker', () => {
12981298

12991299
expect(inputDirective.valid).toEqual(IgxInputState.INITIAL);
13001300

1301-
inputDirectiveElement.triggerEventHandler('focus', {});
1301+
inputDirectiveElement.triggerEventHandler('focus', { target: { value: ''}});
13021302
fixture.detectChanges();
13031303

13041304
expect(inputDirective.valid).toEqual(IgxInputState.INITIAL);

0 commit comments

Comments
 (0)