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
setTimeout(()=>this.DOM.scope.querySelector('.'+_s.classNames.tagText).focus(),0)//set the focus back to input on each select to ensure consistent behavior
329
+
setTimeout(()=>tagTextElem&&tagTextElem.focus(),0)//set the focus back to input on each select to ensure consistent behavior
0 commit comments