Ionic version:
[x] 4.8.0
Describe the Feature Request
When a select menu (ion-select) contains many options so that it is scrollable, it is always scrolled to the top when the user opens it. If an option was already selected before opening it, the menu should start at this point.
You can see the following behavior on the Ionic Docs.
I have selected "September" here:

Now, when opening the menu, the user doesn't see the selected item

Until he scrolls down:

Describe Preferred Solution
When opening a select menu, it should automatically scroll to the currently selected option. Not scrolling to this option might lead to confusion among the users: It is not clear if something was already selected and which item it was.
Please note that the behavior I observed applies not only to the "alert" select menu, but also to all other possible menu types, such as the popover.
Describe Alternatives
To be honest, I don't really know any alternatives to my suggestion.
Related Code
See the Ionic docs: https://ionicframework.com/docs/api/select
Additional Context
It was already reported a few years ago: in #8688 and #6356.
This should tag to bug instead of feature request. This is not user friendly for user it should fix immediately.
@indraraj26
I wasn't sure if this should be considered a feature request or bug report. You can indeed consider this an "UX bug", similar to how it was called in the discussion in #6356, since it is something that everyone expects from a select menu. (As it is something really basic... Everyone interacts with select menus every day and they all behave in the same way.)
@liamdebeasi Should we label this as a bug instead?
@MBuchalik You say
You can indeed consider this an "UX bug"
Since Ionic is a UI framework, yes this is nothing but a bug.
Still facing the issue in Ionic 5.x
Any update ?
Is it fix? if yes in which version.
Most helpful comment
This should tag to bug instead of feature request. This is not user friendly for user it should fix immediately.