1 2 3 4 5 6 7
<!doctype html> <input type=number> <script> let input = document.querySelector("input"); input.getBoundingClientRect(); input.style.appearance = "textfield"; </script>