This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
validate select lists doesn't work #453
Comments
I have the same problem. How to fix this? |
I did some testing with the '+' removed. Seems to work. |
Can you post your the getValue function? |
My is Jquery 1.9.1 |
Sorry about this. I'll push a fix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
validation of select lists is not working: the getValue() function for a properly selected element returns 'null'.
In function getValue the debugger shows:
$el.is('select') -> true
$el.val() -> 'element1'
+$el.val() ? $el.val() : null -> null
I'd say that the '+' shouldn't be there.
The text was updated successfully, but these errors were encountered: