1 2 3 4 5
<!doctype html> <input type=number step=0.01 lang=de> <script> document.querySelector("input").value = 1.25; </script>