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

(hide) hiding all error prompts?! #966

Open
garethwatt opened this issue Feb 21, 2019 · 1 comment
Open

(hide) hiding all error prompts?! #966

garethwatt opened this issue Feb 21, 2019 · 1 comment
Milestone

Comments

@garethwatt
Copy link

garethwatt commented Feb 21, 2019

I've read the documentation and looked online. when I call validationEngine('hide') on a form element it hides all the form's error messages. It's supposed to just hide the one element's error prompt. I've read the documentation and looked online. I can't work it out?!

jQuery(document).ready( function() {
		// binds form submission and fields to the validation engine
		jQuery("#enquiryForm").validationEngine('attach', { promptPosition: "topLeft" });
	});

$('#m_email').focus(function() {
  $('#m_email').validationEngine('hide');
});	
@dennybrandes dennybrandes added this to the v3.0.1 milestone Jul 6, 2019
@dennybrandes
Copy link
Collaborator

It is a bug. Will fix it soon. Thanks for reporting

@HTShin HTShin mentioned this issue Dec 11, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants