Hugo Ferreira created FLEX-34620:
------------------------------------
Summary: MaskedTexInput returns plain text not masked text
Key: FLEX-34620
URL: https://issues.apache.org/jira/browse/FLEX-34620
Project: Apache Flex
Issue Type: Question
Environment: Adobe AIR 15 + Apache Flex 4.13
Reporter: Hugo Ferreira
Priority: Blocker
The two-way binding to MaskedTextInput always set the text in value object as
plain text and not masked text.
Ex:
MyEntity.MyField (string)
Original value in MyField: 1234-567
<MaskedTextInput text="@{myEntity.MyField}"/>
Changed value from masked text input to myfield: 1234567
I need to use always the masked text value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)