Options not showing after calling focus on input #289
Labels
bug
Something isn't working
needs investigation
Requires troubleshooting and diagnosing to decide action steps
I have a multiselect panel setup like so
<MultiSelect bind:this={msApiClaims} id="msApiClaims" bind:selected={selectedApiClaims} options={options} />
By default, the input is hidden, but once it actually exists, I am calling focus to it
The issue I am having is that when I call focus, it doesn't show the dropdown and I am unable to select any options until I either click on the input, or tab out and back in. Is there a recommended way of pulling focus to the element programmatically, or maybe a method that can be called to display the dropdown?
The text was updated successfully, but these errors were encountered: