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 wrapped <Typeahead> in a container div, and set tabIndex=1 on this container, then onOptionClick can't fire any more. I think maybe it's because of capture focus event in this line?
addEvent('focus', handleWindowClose, true);
The text was updated successfully, but these errors were encountered:
I wrapped
<Typeahead>
in a container div, and settabIndex=1
on this container, thenonOptionClick
can't fire any more. I think maybe it's because of capturefocus
event in this line?The text was updated successfully, but these errors were encountered: