Numeric Stepper with vertical alignment
The Flex component mx.control.NumericStepper does not allow for the vertical alignment of the contents of its text input. By extending this class and adding paddingTop to the inputFieldStyleFilters for the text input, the vertical alignment of the content can be controlled using CSS.
Read more