Created
February 8, 2013 01:37
-
-
Save rjattrill/4735904 to your computer and use it in GitHub Desktop.
Format number for display in a Spark TextInput, Label or similar.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<s:TextInput id="defaultValueTextInput" text="{isNaN(taskParam.valueNum) ? '' : taskParam.valueNum.toString()} "/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment