Since upgrading to Laravel Nova version 4.28.0, the expected behavior of automatically focusing the first field in an action modal is not working. This issue affects the user experience by requiring manual selection of the first input field when performing an action, which previously received automatic focus.
Detailed steps to reproduce the issue on a fresh Nova installation:
Upgrade Laravel Nova to version 4.28.0 or later.
Navigate to a resource index view.
Select one or more resources.
Click on an action button to open an action modal.
Observe that the first input field in the modal is not automatically focused.
Expected Behavior:
Upon opening an action modal, the first input field should automatically gain focus, allowing users to immediately start typing or interacting with the form.
Actual Behavior:
The first input field within the action modal does not gain focus automatically. Users must manually click or tab into the field to begin interaction.
Possible Impacts:
This issue can lead to a decreased user experience, as it adds an extra step for users to interact with action modals. It may particularly affect workflows where efficiency and speed are critical.
Additional Information:
This issue was not present in versions prior to 4.28.0.
The issue persists across multiple browsers and operating systems, suggesting it is not environment-specific.
Description:
Since upgrading to Laravel Nova version 4.28.0, the expected behavior of automatically focusing the first field in an action modal is not working. This issue affects the user experience by requiring manual selection of the first input field when performing an action, which previously received automatic focus.
Detailed steps to reproduce the issue on a fresh Nova installation:
Expected Behavior: Upon opening an action modal, the first input field should automatically gain focus, allowing users to immediately start typing or interacting with the form.
Actual Behavior: The first input field within the action modal does not gain focus automatically. Users must manually click or tab into the field to begin interaction.
Possible Impacts: This issue can lead to a decreased user experience, as it adds an extra step for users to interact with action modals. It may particularly affect workflows where efficiency and speed are critical.
Additional Information: This issue was not present in versions prior to 4.28.0. The issue persists across multiple browsers and operating systems, suggesting it is not environment-specific.