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

🔦 Feature: Pressing tab while on a form should move the cursor to the next field #5969

Closed
1 task done
3699n opened this issue Jun 27, 2023 · 6 comments
Closed
1 task done
Assignees
Labels
Status: Reproducible Able to reproduce the issue based on the reporters' guideline.

Comments

@3699n
Copy link

3699n commented Jun 27, 2023

Please confirm if feature request does NOT exists already ?

  • I confirm there is no existing issue for this

Describe the usecase for the feature

Currently, when you are filling out a NocoDB form, when you press tab, the cursor jumps to the "Submit" button. This is can be annoying as in most other applications tab moves the cursor to the next input field.

Suggested Solution

When you press tab, your cursor should move to the next form field instead of all the way down to the "Submit" button.

Additional Context

No response

@dstala dstala assigned pranavxc and unassigned o1lab Jun 27, 2023
@dstala dstala added the Status: Reproducible Able to reproduce the issue based on the reporters' guideline. label Jun 27, 2023
@potatolain
Copy link

Just to add, this is also an accessibility issue. Users who can't use a mouse (example: blind users) likely cannot fill out a form currently.

@okaeiz
Copy link

okaeiz commented Dec 6, 2023

Is this going to be fixed in the future?

@dstala
Copy link
Member

dstala commented Dec 6, 2023

@okaeiz yes. we will try to pick this up as soon as we can. use of tab to navigate works for few field types, but the need to support this for all field types increases implementation work.

@okaeiz
Copy link

okaeiz commented Dec 7, 2023

Appreciate it.

@dstala
Copy link
Member

dstala commented Jan 17, 2024

works in v0.204.0; any issue if seen, report here with associated field type & reopen this thread

@dstala dstala closed this as completed Jan 17, 2024
@potatolain
Copy link

Confirmed this works for me! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Reproducible Able to reproduce the issue based on the reporters' guideline.
Projects
Status: ✅ Closed
Development

No branches or pull requests

6 participants