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

Return line always added to end of input #14

Open
anth12 opened this issue May 28, 2015 · 1 comment
Open

Return line always added to end of input #14

anth12 opened this issue May 28, 2015 · 1 comment

Comments

@anth12
Copy link

anth12 commented May 28, 2015

When pressing the Enter key the return line is always added to the end of the input rather than the current cursor location.

To replicate:

  • Focus on a text area
  • Enter a couple of characters (abc)
  • Press Enter
  • Enter a couple more characters (xyz)

The above should produce

abc
xyz

But instead produces

abcxyz

@sdeering
Copy link
Owner

sdeering commented Jun 9, 2015

@anth12 This looks like it would be useful to have! Especially when typing on multiple lines on screen. Thanks

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

No branches or pull requests

2 participants