-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
It allow edit READONLY inputs #63
Labels
bug
A confirmed bug
Comments
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
On branch fix/#63/readonly-inputs Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: cypress/file/index.html modified: src/set-mask.ts modified: tests/set-mask.test.ts
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
On branch fix/#63/readonly-inputs Changes to be committed: modified: CONTRIBUTING.md
codermarcos
added a commit
that referenced
this issue
Jan 28, 2024
…o fix/#63/readonly-inputs Conflicts: src/set-mask.ts On branch fix/#63/readonly-inputs 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
Thank you for your issue it was fixed with version 4.1.1. |
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
On branch fix/#63/readonly-inputs Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: cypress/file/index.html modified: src/set-mask.ts modified: tests/set-mask.test.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
On branch fix/#63/readonly-inputs Changes to be committed: modified: CONTRIBUTING.md
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…o fix/#63/readonly-inputs Conflicts: src/set-mask.ts On branch fix/#63/readonly-inputs 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
On branch fix/#63/readonly-inputs Changes to be committed: modified: cypress/e2e/v4.x.x/set-mask.cy.ts modified: cypress/file/index.html modified: src/set-mask.ts modified: tests/set-mask.test.ts
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
On branch fix/#63/readonly-inputs Changes to be committed: modified: CONTRIBUTING.md
codermarcos
added a commit
that referenced
this issue
Aug 23, 2024
…o fix/#63/readonly-inputs Conflicts: src/set-mask.ts On branch fix/#63/readonly-inputs 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is supposed to not allow edit on
<input readonly />
. But, emsetMask()
runs the field can be edited.The text was updated successfully, but these errors were encountered: