Anchors within scroll groups and components
We can add anchor points to our screen to easily move to certain points. But when we have a very long scroll section, like a drop-down menu with around 200 options, it is very difficult to keep scrolling throughout the options.
If we can make options inside a scroll group which is already in a component into anchor points then we easily can access the options.
Now, for example, I was developing a dropdown menu to select your country. But it has around 200 options. I Sorted them in alphabetical order and added a new horizontal line with A - Z alphabets.
Now if a person wants to go and select India, he/she doesn't have to scroll all the way to "I". Instead, he/she can simply just click on "I" which we added on top to directly scroll to the India or from where "I" starts in the list.
But for now, we can't be able to select an element from inside the component for scroll destination.
-
Julie Jacob commented
I am also having this same issue. It seems components are VERY limited when dealing with a variety of prototyping scenarios. I feel that this is overdue for some attention.