Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Reference: Number input in vertical writing mode with long value does not cause ink overflow</title>
<p>Number input with long value does not cause ink overflow</p>
<style>
    input {
        writing-mode: vertical-lr;
        appearance: none;
        inline-size: 10em;
    }
</style>
<input type="number">