We have a control using IgxAutocompleteDirective on a form with other text fields.
When the user selects a form filler field for one of the other text fields, auto-complete throws an exception in this method
handleKeyDown(event) { if (!this.collapsed && !this._composing) { switch (event.key.toLowerCase()) {
because event.key is not defined.
This is causing significant issues in our application and requires us to try to inform our users not to use form filling.