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
As proposed in #1745 (reply in thread) this PR changes the default value for showOnFocus to false.
This will stop the dropdown from opening but allowing it to retain focus and would be better in terms of accessibility (in a manner of speaking)
I don't believe tags normally open when they gain focus (at least with autofocus) anyway (only when the enter key is hit does it open) and using the arrow keys goes through the options without it opening at all. Of course if it is clicked or tapped on, it should open... As this is a breaking change it is supposed to be part of 2.9
0 commit comments