[
https://issues.apache.org/jira/browse/OFBIZ-9493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302213#comment-16302213 ]
Aditya Sharma edited comment on OFBIZ-9493 at 12/23/17 5:20 AM:
----------------------------------------------------------------
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.
was (Author: aditya.sharma):
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)