can set focus to Select with Alpine

if any way to make select get focus by Alpine JS

TextInput::make('q1')
->extraAttributes(
[
'x-on:keydown.enter' => "$focus.focus(item_id)",

]
)

it get focus only when not searchable(),
Even when I try to get focus vis JS script the same thing.
Was this page helpful?