Closed romanornr closed 7 years ago
Bootstrap 4 CDN to the html demo file.
When putting a wrong address and after that clearing the input field, the result kept showing. I added 1 line of JS to clear the result if the input field is empty again.
if(address.length === 0) document.getElementById("result").innerHTML = "";
This is how it looks now with Bootstrap.
Bootstrap 4 CDN to the html demo file.
When putting a wrong address and after that clearing the input field, the result kept showing. I added 1 line of JS to clear the result if the input field is empty again.
if(address.length === 0) document.getElementById("result").innerHTML = "";
This is how it looks now with Bootstrap.