Supercharging Number Inputs

15 · CSS-Tricks · Sept. 4, 2020, 3 p.m.
Speaking of number scrubbing (i.e. adding mouse UX to number inputs), you can also add better keyboard commands to number inputs. Kilian Valkhof explains how he added up and down arrows to a number input, as well as modifier keys to change how much the keys increment the value, like Emmet does. This would make a nice little web component. Direct Link to Article — Permalink… Read article “Supercharging Number Inputs” The post Supercharging Number Inputs appeared first on CSS-Tricks. You can s...