Latest solutions
Latest comments
- @SGautam1108@julabina
hi, maybe use Input event
nameOfInput.addEventListener("input", (event) => { /* you can retrieve the event in a variable, or use it wherever you want. */ myVariable = event.target.value; }
hi,
maybe use Input event
nameOfInput.addEventListener("input", (event) => { /* you can retrieve the event in a variable, or use it wherever you want. */ myVariable = event.target.value; }