How to make the cursor focus on the search input after selecting multiple items? #1646
-
I try to use getElementById but not working |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have a solution after asking my colleague |
Beta Was this translation helpful? Give feedback.
I have a solution after asking my colleague
const optionSelected = async (selectedOption)=>{ await nextTick() document.getElementById(
search${field.id}).focus() }