You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more thing to comment
Dropdown's action setting has the function signagure text, value, element while onChange has value, text, $choice. What about making those two have the same form?
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected
$choice argument contains jQuery element
Result
$choice is undefined
Testcase
http://jsfiddle.net/y7npxb3d/
One more thing to comment
Dropdown's
action
setting has the function signaguretext, value, element
whileonChange
hasvalue, text, $choice
. What about making those two have the same form?The text was updated successfully, but these errors were encountered: