allowOutsideClick: false
Category: box
How to save input from box html
function getInputFromTextBox() {
var input = document.getElementById("userInput").value;
alert(input);
}
allowOutsideClick: false
function getInputFromTextBox() {
var input = document.getElementById("userInput").value;
alert(input);
}