Ref list of Multi Value components on parent #5168
Unanswered
danielpaz6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I disabled wrap when choosing mutli values by applying the following style:
The issue I'm facing right now:
Whenever I use my left/right arrows to focus a multi Value, the scroll doesn't follow it and hence I am not able to see the multi value on the screen.
What I thought to do is to get the ref of the selected multi value + the container so I could
scrollTo
the desired multi value.I am not sure how I can get a ref list of multi value and the container in the parent component.
How can I do that? and is my solution is a good one?
Beta Was this translation helpful? Give feedback.
All reactions