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

Option to disable keyup events #76

Closed
jacksongross opened this issue Jul 6, 2018 · 2 comments
Closed

Option to disable keyup events #76

jacksongross opened this issue Jul 6, 2018 · 2 comments

Comments

@jacksongross
Copy link

Hi there, thanks for the great library!

I think it would be good if we could pass some options to disable keyup events on the editor. There currently isn't a way to turn off tab indentation or auto closing parentheses via this library and I can't remove the event listener either because it is defined anonymously.

@bradleyjkemp
Copy link

It would be good to be able to control handleSelfClosingCharacters via options the same way handleTabs is done.

@kazzkiq
Copy link
Owner

kazzkiq commented Nov 8, 2018

That's a good point.

I will work on an option do to disable editor capabilities individually, so user may choose what to keep enabled/disabled.

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

No branches or pull requests

3 participants