Input field mask #6832
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.
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.Steps to reproduce
E.g. (000) 000-0000
E.g. 7703296393
Result
Expected result
The text was updated successfully, but these errors were encountered: