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

Allow copy and pasting when preventInvalidInput is set #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bmulholland
Copy link

Currently, when preventInvalidInput is set, it blocks all keystrokes. That means that hitting e.g. Ctrl-V will be blocked. This allows copy and pasting while still blocking invalid characters.

Note that this will allow pasting in invalid input, but the validations should handle that as normal.

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.

1 participant