selectBoxType = document.querySelectorAll('.form-control');Uncaught TypeError: Cannot read property 'undefined' of undefined
selectBoxType.forEach(my_lovely_element => {
console.log( my_lovely_element );
}); Uncaught TypeError: Cannot read property 'undefined' of undefinedconst selectBoxValue = selectBoxType.options[selectBoxType.selectedIndex].value;, когда происходят изменения...
const selectBoxValue = selectBoxType.options[selectBoxType.selectedIndex].value;