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
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
The issue mentioned that, when the dropdown was set to render aligned to the top and left of the control and there was no room below the control to properly render it, it was not automatically aligning to the bottom. Something similar could happen if the control was displayed near the right border of the window (rare, but possible).
The alternative for which it was closed stated that you could set it to align to the bottom, but this would still be a static alignment. The alignment should vary depending on the size available near the control. The default valign should only be used if there is room to properly render the control, and it should be ignored if there isn't.
This behaviour is the same as the native select control in HTML, and it is both useful, comfortable and what people expect.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue mentioned that, when the dropdown was set to render aligned to the top and left of the control and there was no room below the control to properly render it, it was not automatically aligning to the bottom. Something similar could happen if the control was displayed near the right border of the window (rare, but possible).
The alternative for which it was closed stated that you could set it to align to the bottom, but this would still be a static alignment. The alignment should vary depending on the size available near the control. The default valign should only be used if there is room to properly render the control, and it should be ignored if there isn't.
This behaviour is the same as the native select control in HTML, and it is both useful, comfortable and what people expect.
The text was updated successfully, but these errors were encountered: