Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Apache Flex 4.11.0
Description
When a user uses the increment and decrement button on the spark numeric stepper formatting is now being applied to the value that is being displayed. This is new behavior since 4.9.1
Steps to Reproduce
1.) Open and run the attached project
2.) In the top most numericstepper, click on the increment button.
Result
The string is formatted (for US it's 1,001)
Expected Result
The string is not formatted
Workaround
In the provided project I've included a workaround. Users can set a valueFormatFunction to enforce whatever format they'd like.
Extra Notes
I've included images of the varying formatting between 4.9.1, 4.10.0, and 4.11.0. It would seem that there have been fixes regarding formatting that maybe cause this one to creep up. Will attach the necessary files shortly