-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add "Enter Key" Functionality to Trigger Task Submission #18
Comments
@Anshgrover23, I can add this same setting for the update button too the user doesn't need to click update while editing, they can just hit the enter button on the keyboard. |
@mudasirmurtaza |
Thank you, I'll soon start working on this issue. and will create a PR. |
@Anshgrover23, I have created the PR, please check it and let me know if anything needs to be done. |
@mudasirmurtazaYes, i am adding labels to it manually. |
Currently, tasks in the Todo-List application are only submitted when the "Add" button is clicked. To improve user experience, I propose adding functionality to submit tasks when the "Enter" key is pressed while focusing on the task name, date, or time input fields. This enhancement will allow users to quickly add tasks without needing to use the mouse or tap the button manually.
Proposed Changes:
Add event listeners to the task name, date, and time input fields.
Ensure that pressing the "Enter" key triggers the existing addTodo() function.
This improvement aligns with the goals of Hacktoberfest, and I'd like to contribute to this as part of the program. @Anshgrover23, please assign this issue to me and add the Hacktoberfest labels so I can work on it.
Thank you!
The text was updated successfully, but these errors were encountered: