@fundamental-ngx/cdk 0.57.4-rc.13 → 0.57.4-rc.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,7 +355,7 @@ class AutoCompleteDirective {
355
355
  * By ensuring that we set all properties we can proceed with stable data.
356
356
  */
357
357
  this._zone.runOutsideAngular(() => {
358
- const keyupEvent = fromEvent(this._elementRef.nativeElement, 'keyup');
358
+ const keyupEvent = fromEvent(this._elementRef.nativeElement, 'keydown');
359
359
  const compositionStartEvent = fromEvent(this._elementRef.nativeElement, 'compositionstart');
360
360
  const compositionEndEvent = fromEvent(this._elementRef.nativeElement, 'compositionend');
361
361
  keyupEvent