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

2 chars and more string length delimiter prevents from deleting (with backspace) #178

Closed
dimagimburg opened this issue Apr 18, 2017 · 2 comments
Labels

Comments

@dimagimburg
Copy link

dimagimburg commented Apr 18, 2017

reproduce:

  • options: creditCard: true, delimiter: "--" (-- originally for me was two spaces but)
  • type 1234 5678 (which turns into 1234--56789)
  • backspace until you get stuck on the 1234-- and cannot delete any more
@nosir
Copy link
Owner

nosir commented Jun 24, 2017

Fixed and released in v0.7.21
However, multiple length delimiter is just an experiment feature though.

@nosir nosir closed this as completed Jun 24, 2017
@nosir nosir added the resolved label Jul 2, 2017
@adoxus
Copy link

adoxus commented Mar 26, 2018

Same issue is still reproducible while using multiple delimiters, such as, delimiters: [') '] or delimiters: [' (', ') ']for a use case of phone numbers.

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

3 participants