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
getFocus renamed to focus and now it sets focus if pass element as argument;
select method was changed to be called with "select" string as first argument and element as second argument.
Options:
focusOnhover – set focus by mousemove on items;
event option removed;
mouseMode option changed:
select value removed;
standard is now default value – it’s like hybrid from event option, but it reacts to mousedown only in multi/range selection; in single selection it reacts to click event;
mouseup value added – it useful for custom implementation of select control.