jQuery-Validation-Engine icon indicating copy to clipboard operation
jQuery-Validation-Engine copied to clipboard

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

Open cngarrison opened this issue 11 years ago • 0 comments

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 avatar Jan 03 '15 14:01 cngarrison