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 was archived by the owner on Jul 19, 2019. It is now read-only.
I've noticed that if the select option dropdown scrolls down so that the form field is outside of the visible window, the user can no longer select one of the options. Clicking will reposition the form field into the window, and THEN the selection can be made.
An example of this can be seen on the Managed Menu Visibility example at https://reactcommunity.org/react-autocomplete/managed-menu-visibility/. If you click in the form field (and don't type anything) a dropdown listing US states shows up. Scroll down the list to Virginia (or anywhere so the form field is no longer visible) and click. The selection isn't added to the field. Instead, the field is repositioned in the window and a second click must be performed to add the selection to the form field.
Is this on purpose? Is there a way to turn it off?