[
https://issues.apache.org/jira/browse/OFBIZ-9493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aditya Sharma updated OFBIZ-9493:
---------------------------------
Attachment: OFBIZ-9493.patch
OFBIZ-9493_plugins.patch
jQuery-Mask-Plugin.tar.gz
Replaced Masked Input Plugin with jQuery-Mask-Plugin 1.14.13
Verify:
Mask plugin is used with the date time picker.
Field1: date and time selection field & and Mask Field example in FormWidgetExamples
https://localhost:8443/example/control/FormWidgetExamplesI have changed the Default Translations for jQuery-Mask-Plugin from
A - Alphanumeric [A-Za-z0-9]
0 - Numeric [0-9*]
S - Alphabets [A-Za-z]
to
* - Alphanumeric [A-Za-z0-9]
9 - Numeric [0-9*]
a - Alphabets [A-Za-z]
according to the defaults in older Masked Input Plugin so that it doesn't break any previous code (though I have tested all the possible code occurrences & it works fine) as well as it makes more sense with these symbols used.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)