postcode-nl / PostcodeNl_Api_Magento2

A Magento 2 plugin that implements the Postcode.nl international address API
https://developer.postcode.eu/documentation/
BSD 2-Clause "Simplified" License
10 stars 13 forks source link

Veld "Postcode en huisnummer" is niet altijd zichtbaar / TypeError #25

Closed michel334 closed 3 years ago

michel334 commented 3 years ago

Goedemiddag,

Het veld "Postcode en huisnummer" is niet altijd zichtbaar. Soms wel soms niet. Soms pas na een handmatige refresh. Ik zie ook een foutmelding in de console, Zie screenshot.

Magento versie 2.4.1 Versie Postcode Api: Onbekend, staat niet in composer.json

Plugin settings: settings

Error: error

Uncaught TypeError: Cannot read property 'addEventListener' of undefined at UiClass.disableInternationalAutocomplete (postcode_autofill.js:414) at postcode_autofill.js:85

disableInternationalAutocomplete: function () {

        this.logDebug('disableInternationalAutocomplete');
        this.currentStreetElement.addEventListener('autocomplete-menubeforeopen', this.preventDefaultFunc, false);
        this.currentStreetElement.addEventListener('autocomplete-search', this.preventDefaultFunc, false);
        $(this.fieldsScope).data('int-autocomplete', '0');
    },

Mvgr, Michel