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

Can't remove 'required'-rule when element has 'required'-attribute #1745

Closed
ischas opened this issue Mar 15, 2016 · 2 comments
Closed

Can't remove 'required'-rule when element has 'required'-attribute #1745

ischas opened this issue Mar 15, 2016 · 2 comments

Comments

@ischas
Copy link

ischas commented Mar 15, 2016

When the element has a 'required'-attribute, you can't remove it by calling $(element).rules('remove','required').

https://jsfiddle.net/6hnw855z/1/

A pull-request to solve the problem will follow up.

@k0stenko
Copy link

k0stenko commented Nov 1, 2017

try to use double quotes with "remove"
$(element).rules("remove",'required')

@Arkni
Copy link
Member

Arkni commented Mar 10, 2018

Closing for now. See #1746 (comment) for reason.

@Arkni Arkni closed this as completed Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants