I hae a for with a select box (uses javascript/css to add a search feature) but I noticed now the eventlkstener doesn’t work, heres the form
I ant to see if the eventlistener is working
document.getElementById('Manufacturer').addEventListener('change',postManufacturer);
nothing seems to happen (console.log(“OK”) when I make a selection.
Do I need to put an eventlistener on another element?