-
Notifications
You must be signed in to change notification settings - Fork 30
Entries: Note that the normalizer can return any value #39
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
Conversation
entries/normalizer.xml
Outdated
@@ -13,7 +13,7 @@ | |||
<ul> | |||
<li><p>Doesn't change the elements' value, it only changes the value used for validation.</p></li> | |||
<li><p>Gets the value passed as argument, and "this" within it references the corresponding <code>DOMElement</code>.</p></li> | |||
<li><p>Needs to return a String value, otherwise it will throw a <code>TypeError</code> exception.</p></li> | |||
<li><p>Can return any value including <code>null</code> and <code>undefined</code>.</p></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should note the version since when this is supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case, I will wait for the next release to update it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next will be a minor non-feature release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated per suggestion
fdc27fb
to
0056c99
Compare
0056c99
to
a81c46b
Compare
Hi @staabm, I totally forgot about this PR. Could you please merge it and if it's not too much, can you also deploy this change? Thanks a lot :) |
ohh missed it :-). merged it, will deploy when time allows. |
Thanks :) |
Ref jquery-validation/jquery-validation#2054