Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Apache Flex 4.12.0
-
None
Description
After the release of Flex SDK 4.12 with the new MaskedTextInput component there's some issues and improvements to take into account. This ticket is a placeholder to list all of them:
1) Mobile support. Right now the component is based on TextOperationEvent not supported in mobile. So we need to remove this dependency and get it working for both mobile and desktop
2) In Actual version, when different constraint patterns are applied (i.e: ### @@@), when user remove chars this makes some chars occupy invalid positions. This only can be solved maintaining the slots where chars exits and avoid "dragging" chars as user removes some of them, so replacing with blanks.
3) Actually there's no support for direction LTR (left to right).
4) Support for regex complex patterns (i.e: for dates, be able to express numbers restrictions to avoid the user to enter numbers that could not be days, months, or years...)
If there's more issues or features to take into account we can update this ticket to log the needs.