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
Docs say: on Change Is called after a dropdown value changes. Receives the name and value of selection and the active menu element http://codepen.io/avalanche1/pen/GJyJZe
If you select any item, alert shows your previous dd value, while it should show newly selected value.
I understand that I can get text argument of onChange, but .dropdown('get text') sd work as well.
The text was updated successfully, but these errors were encountered:
Docs say:
on Change Is called after a dropdown value changes. Receives the name and value of selection and the active menu element
http://codepen.io/avalanche1/pen/GJyJZe
If you select any item, alert shows your previous dd value, while it should show newly selected value.
I understand that I can get
text
argument ofonChange
, but.dropdown('get text')
sd work as well.The text was updated successfully, but these errors were encountered: