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

Add keydown listener for Enter key to submit text #104

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

LourdesRsdp
Copy link
Collaborator

  • Enhanced useEffect to handle Enter key press
  • Submit text and exit edit mode when Enter key is pressed
  • Maintain proper cleanup of event listeners

closed #95

- Enhanced useEffect to handle Enter key press
- Submit text and exit edit mode when Enter key is pressed
- Maintain proper cleanup of event listeners
@brauliodiez brauliodiez merged commit ef21da7 into main Aug 1, 2024
1 check passed
@brauliodiez brauliodiez deleted the feature/#95-inline-edition-enter-key branch August 1, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline Edition enter key should submit if edition type is input
2 participants