Set decimalSeparatorFrom for NumberFormatter
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:TextInput text="{numberFormatter.format('1.234,56789')}" />
<mx:NumberFormatter id="numberFormatter"
decimalSeparatorFrom=","
/>
</mx:Application>
Related examples in the same category