-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat (or bug?): Allow Enter
key event on a masked input
#67
Labels
bug
A confirmed bug
Comments
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
On branch fix/#67/problem-input-behaviour Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: src/set-mask.ts
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
…o fix/#67/problem-input-behaviour Conflicts: src/set-mask.ts On branch fix/#67/problem-input-behaviour All conflicts fixed but you are still merging. Changes to be committed: modified: package-lock.json modified: package.json modified: src/get-base-configuration.ts modified: src/set-mask.ts modified: src/types.ts modified: tests/get-base-configuration.test.ts
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
…iour 🐛 Fix problem input behaviour
Thank you very much for your issue we need more developers as you ❤️ |
Thanks, I appreciate your effort with this project. I already upgrade simple-mask-money to 4.1.2 on my project, and this issue is fixed now. Thanks again. |
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
On branch fix/#67/problem-input-behaviour Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: src/set-mask.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…o fix/#67/problem-input-behaviour Conflicts: src/set-mask.ts On branch fix/#67/problem-input-behaviour All conflicts fixed but you are still merging. Changes to be committed: modified: package-lock.json modified: package.json modified: src/get-base-configuration.ts modified: src/set-mask.ts modified: src/types.ts modified: tests/get-base-configuration.test.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…iour 🐛 Fix problem input behaviour
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
On branch fix/#67/problem-input-behaviour Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: src/set-mask.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…o fix/#67/problem-input-behaviour Conflicts: src/set-mask.ts On branch fix/#67/problem-input-behaviour All conflicts fixed but you are still merging. Changes to be committed: modified: package-lock.json modified: package.json modified: src/get-base-configuration.ts modified: src/set-mask.ts modified: src/types.ts modified: tests/get-base-configuration.test.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…iour 🐛 Fix problem input behaviour
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pressing enter on an masked input isn't submitting the form.
I'm using 4.1.0 version.
To reproduce save this as a html and open it on a browser. Try to press enter on masked input and then try to press enter on not masked input:
The text was updated successfully, but these errors were encountered: