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.
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.