Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the default settings of autoWrapCol and autoWrapRow #8662

Closed
krzysztofspilka opened this issue Aug 19, 2021 · 1 comment · Fixed by #8675
Closed

Change the default settings of autoWrapCol and autoWrapRow #8662

krzysztofspilka opened this issue Aug 19, 2021 · 1 comment · Fixed by #8675

Comments

@krzysztofspilka
Copy link
Member

Description

When a user unintentionally presses the arrow up or arrow left while being in cell 0,0 (A1), the selection jumps to the last cell in the last column. It is kind of annoying and I would like to change the default behavior of the two options responsible for it.

Let's change autoWrapCol and autoWrapRow default setting to false.

https://handsontable.com/docs/api/options/#autowrapcol
https://handsontable.com/docs/api/options/#autowraprow

@budnix budnix self-assigned this Aug 24, 2021
budnix added a commit that referenced this issue Aug 25, 2021
The options now are disabled by default.

Issue: #8662
@budnix budnix linked a pull request Aug 25, 2021 that will close this issue
11 tasks
budnix added a commit that referenced this issue Aug 25, 2021
budnix added a commit that referenced this issue Sep 10, 2021
The commit changes the default values for the `autoWrapRow` and `autoWrapCol`
options. By default the auto wrap is disabled.

Issue: #8662

Co-authored-by: kirszenbaum <jakub.wisniewski@handsontable.com>
@aninde
Copy link
Contributor

aninde commented Sep 29, 2021

This change is introduced by v10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants