Correct select method not handling option and li elements #62
+17
−9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After my commit to change to data("value"), there is an inconsistency in the select method as previously it handled both option and li the same way with attr("value"). This corrects this so that input values are correctly set in these situations and corrects another issue where change was getting called multiple times.