-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
Thanks for opening this issue!
|
I tried this out in a popular spreadsheet program and it behaves like this:
|
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. |
@Bhavyajain21 this may be interesting for you |
Sure, please assign. I can start looking into this. |
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. |
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.
The text was updated successfully, but these errors were encountered: