Matthew

Results 2 issues of Matthew

issue #21 When using the chrome auto-fill feature with mask pattern (111) 111-1111, I found it was firing the _onChange function. By calling this.mask.setValue(e.target.value) before calling this._getDisplayValue() I was able...

When using the pattern (111) 111-1111, this component wasn't filling in the phone number using the chrome auto-fill. Also ran into problem trying to paste using this mask as well.