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
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.
The text was updated successfully, but these errors were encountered:
Description
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
PlutoGridMode.selectWithOneTap
.Expected Behavior
autoFocus: false
to prevent PlutoGrid from gaining focus automatically.Current Behavior
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.
The text was updated successfully, but these errors were encountered: