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
feat(select): Introduce 'menuPlacement=auto' by default for all selects (#102067)
Recently, we decided to introduce the prop menuPlacement="auto" as the
default behavior for ReactSelect
([see](#100658)).
However, I noticed through the
[PR](#101403 (comment))
that this default was not being applied when the component was a
CreatableSelect.
This PR fixes that issue, making `menuPlacement="auto"` the default for
all select components.
0 commit comments