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

When entering data in Parse Dashboard, use Tab key to move to next field. #2522

Open
3 tasks done
jaysonng opened this issue Jan 19, 2024 · 7 comments
Open
3 tasks done
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@jaysonng
Copy link

New Feature / Enhancement Checklist

Current Limitation

Entering data via the dashboard doesn't allow the TAB key to move to the next field for easier data entry.

Feature / Enhancement Description

Pressing the TAB keyboard key should move to the next field.

Example Use Case

After typing data in Column 1, pressing tab should bring me to column 2.

Alternatives / Workarounds

Mouse clicking to the next field seems to be the only way to move to the next field.

3rd Party References

Excel, Numbers or any Form.

Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Jan 19, 2024
@mtrezza
Copy link
Member

mtrezza commented Jan 19, 2024

I tried this out in a popular spreadsheet program and it behaves like this:

  1. Pressing Enter key while a cell is selected changes into edit mode
  2. Pressing Tab - whether being in edit mode or not - jumps to the next cell without entering edit mode; to enter edit mode see step 1

@jaysonng
Copy link
Author

I'd expect it to act like a form entry where when you press tab when you're in one field, it would go to the next field.

This works in Parse-Dashboard when you're adding a new Column. In that adding a new column form, pressing tab brings you to the next field for easier entry.
Screenshot 2024-01-20 at 12 29 16 PM

@mtrezza
Copy link
Member

mtrezza commented Jan 21, 2024

These are 2 different cases - and in fact 2 different UI elements, a data browser cell vs. modal form text field. I believe when adding a new row in the data browser it could well behave like the form you mentioned, where TAB jumps to the next cell in edit mode, so it's easy to fill out the cells. When not adding a new row, I believe it should act like a spread sheet simply because that's the behavior that people are used to from spread sheets, so using the data browser is more intuitive.

@mtrezza
Copy link
Member

mtrezza commented May 4, 2024

@Bhavyajain21 this may be interesting for you

@mtrezza mtrezza added the bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) label May 4, 2024
@Bhavyajain21
Copy link

Sure, please assign. I can start looking into this.

@mtrezza

@mtrezza
Copy link
Member

mtrezza commented May 4, 2024

We generally do not assign in any formal way. Just look at the issue and if there's no existing PR just claim it by posting a comment that you're going to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants