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
I have a select box and i have used select2.js to create a select control out of it. My initialization code is : $("#mycontrol).select2({ });
and i clear it like this $("#mycontrol").select2("val","");
Its getting cleared fine but the tooltip on the select2 dropdown control still displays the older value.
The same thing happens if i use the croos icon to clear the selected value. The tooltip still has the value same as last selected item.