Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<style>
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
display: none;
}
</style>
</head>
<body>
<input type="number" />
</body>
</html>