You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
When using PlutoGrid in PlutoGridMode.select, the grid automatically gains focus on initialization. This behavior is not always desirable. There should be an option to enable or disable autofocus.
Steps to Reproduce
Set up PlutoGrid with PlutoGridMode.selectWithOneTap.
Run the app, and observe that PlutoGrid immediately gets focus.
There is no built-in way to disable this behavior.
Expected Behavior
There should be an option like autoFocus: false to prevent PlutoGrid from gaining focus automatically.
Current Behavior
PlutoGrid always gains initial focus in single select mode.
Additional Context
This issue affects user experience when using PlutoGrid in selection mode, as it might disrupt expected navigation flow. An option to control autofocus would improve flexibility.