Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
IgxAutocompleteDirective throws exception when Edge form filler is used
posted

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.

Parents Reply Children