How to set focus for a specific scale-dropdown-select onMounted? #1365
Unanswered
rbartholomay
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.
-
Hi there,
i use the scale-dropdown-select component and search a way to set the focus to it after onMounted. I try this via refs and also like this:
window.document.querySelector('#outSourcePartnerDropDown').shadowRoot.getElementById('combobox').focus()
But nothing works. How can i do that?
Beta Was this translation helpful? Give feedback.
All reactions