var input = document.querySelector(phoneInputID);
function disableButton(){
let button = document.querySelectorAll('.js-next')
let input = document.querySelectorAll('.js-inputs')
for (let i = 0; i < input.length; i++) {
input[i].addEventListener('input', () => {
// let inputvalue = document.querySelectorAll('.js-inputs').value;
if(input[i].value == "") {
for (let j = 0; j < button.length; j++) {
button[j].classList.remove('disabled')
}
}
})
}
}
input[i] = document.querySelectorAll('.js-inputs').value;
input[i].addEventListener('input', () => {