Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure closing of prompt; new validation rule for dates in d/m/y format. #858

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

cngarrison
Copy link

I found a couple of instances where prompts were not closing properly. First is for 'prettySelect' fields using a prefix or suffix; the class name used for the selector was wrong. The prefix/suffix need to be included in the class name.

There was a similar issue with prompts attached with 'jqv-prompt-at' not closing.

Change to the jquery.validationEngine-en.js file is a new validation rule for dates in the dd/mm/yyyy format.

cngarrison and others added 7 commits January 4, 2015 00:59
To avoid daylight savings changeover creating a one hour difference, which causes the `day` portion to incorrect, and fail validation.

Signed-off-by: Charlie Garrison <cngarrison@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants