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

Entering 3 alpha characters in range [A, F] in hex input field causes the first 2 to be repeated #3

Closed
jtara1 opened this issue Mar 15, 2018 · 2 comments

Comments

@jtara1
Copy link
Owner

jtara1 commented Mar 15, 2018

I'd imagine something is screwing up in my my regex pattern matching and replacing or in the filterInput method.

example:
click input field for hex number and
press the keys:
A d f
then the text in the field will be ADADF

@jtara1
Copy link
Owner Author

jtara1 commented Mar 16, 2018

enter: Abc
ABABC

enter: Abcde
ABABCDABABCDE

enter: Abcdefa
ABABCDABABCDEFABABCDABABCDEFA

@jtara1
Copy link
Owner Author

jtara1 commented Mar 18, 2018

it's not a problem if AAA is entered (all caps from user)

@jtara1 jtara1 closed this as completed in af7abc0 Mar 18, 2018
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

1 participant