@fundamental-ngx/cdk 0.58.2 → 0.58.4

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.
@@ -617,7 +617,7 @@ class AutoCompleteDirective {
617
617
  * By ensuring that we set all properties we can proceed with stable data.
618
618
  */
619
619
  this._zone.runOutsideAngular(() => {
620
- const keyupEvent = fromEvent(this._elementRef.nativeElement, 'keydown');
620
+ const keyupEvent = fromEvent(this._elementRef.nativeElement, 'keyup');
621
621
  const compositionStartEvent = fromEvent(this._elementRef.nativeElement, 'compositionstart');
622
622
  const compositionEndEvent = fromEvent(this._elementRef.nativeElement, 'compositionend');
623
623
  keyupEvent