microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Create number increment text field component #72

Closed williamw2 closed 3 years ago

williamw2 commented 3 years ago

Description

Create a new web component for text fields with combined numeric and alphabetic data that automatically increments or decrements the numeric portion when the up or down keys are pressed. For example: a value of "10px" would change to "11px" or "9px" when the up/down keys are pressed. Numbers should change by 10s when CTRL-Up or CTRL-down is pressed.

Component should be form associated.