laravel / nova-issues

554 stars 35 forks source link

Searchable Select Field in Nova Action Modal Shifts Focus to First Field After Selection #6408

Open naranarethiya opened 3 months ago

naranarethiya commented 3 months ago

Description:

When using a searchable select field in an action form on a resource, selecting an option from the dropdown causes the focus to shift from the select box to the first field in the form.

Detailed steps to reproduce the issue on a fresh Nova installation:

crynobone commented 3 months ago

Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)

naranarethiya commented 2 months ago

@crynobone Updated issue body with repository link.