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

Typing space causes strange behavior #3

Open
simonsheridan opened this issue Jun 11, 2015 · 2 comments
Open

Typing space causes strange behavior #3

simonsheridan opened this issue Jun 11, 2015 · 2 comments
Labels

Comments

@simonsheridan
Copy link
Contributor

typing space moves the cursor forward without changing the values. I think the best solution is probably to ignore the space character completely but not sure if this might be an issue under any circumstances.

@bcherny again, if you agree that this is an issue I will take a look and see if i can submit a PR

@bcherny
Copy link
Owner

bcherny commented Jun 11, 2015

In general, I agree that characters which don't match /[\d\.]+/ should be ignored, and the cursor/input should not be affected. In this sense this is a dupe of #2.

Feel free submit a pr!

@simonsheridan
Copy link
Contributor Author

sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants