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
fix(dropdown): dont reopen menu on forceselection and search blur
blurring from a search dropdown having forceSelection:true let into reopening, thus focusing, the dropdown again. This was due to calling the item.click function internally without a given event. In such cases the menu should never be opened again
0 commit comments