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

Input field mask #6832

Closed
EvgeniyZhukovets opened this issue Feb 26, 2020 · 1 comment · Fixed by #6455
Closed

Input field mask #6832

EvgeniyZhukovets opened this issue Feb 26, 2020 · 1 comment · Fixed by #6455
Assignees
Labels
🐛 bug Any issue that describes a bug mask-editor severity: low version: 9.1.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.

Comments

@EvgeniyZhukovets
Copy link

Description

When user use autofill to the input field with the with the igxMask, e.g. <input type="text" igxInput name="phone" required [igxMask]="'(000) 000-0000'"/> data will be inserted incorrectly.

  • igniteui-angular version: 9.0.1
  • browser: Google Chrome, Safari

Steps to reproduce

  1. Create an input field with igxMask
    E.g. (000) 000-0000
  2. Open page with this input field
  3. Fill this field with the value
    E.g. 7703296393
  4. Save this field in the browser memory to use this field with autofill
  5. Reopen page
  6. Use autofill to insert saved value to this field

Result

image

Expected result

image

@jackofdiamond5
Copy link
Member

jackofdiamond5 commented Feb 27, 2020

Hi @EvgeniyZhukovets,

We are currently refactoring our IgxMaskDirective #6454 and the issue that you are describing has been looked into. The new mask will be available in our 9.1.x release.

We remain open for any additional comments or questions that you might have.

@jackofdiamond5 jackofdiamond5 mentioned this issue Feb 27, 2020
14 tasks
@IvayloG IvayloG added ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged. and removed 🆕 status: new labels Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Any issue that describes a bug mask-editor severity: low version: 9.1.x ✅ status: resolved Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants