Closed ao1is closed 1 year ago
I'm not sure
public form = this.fb.group({ inputValue: this.fb.control(undefined), });
<input type="text" [formControl]="form.controls.inputValue" [mask]="'9999999999999'"/>
form.reset()
Sample: https://stackblitz.com/edit/ngx-mask-copy-paste-bug Demo: https://www.screencast.com/t/xxN69caKI
Angular Version: 16.1.7 Chrome Version: 116.0.5845.188
@ao1is Thanks for using Ngx-mask. Update to latest version. It example, all work as expected - https://stackblitz.com/edit/ngx-mask-copy-paste-bug-m6mo2b?file=src%2Fmain.ts
🐞 bug report
Is this a regression?
I'm not sure
Description
form.reset()
🔬 Minimal Reproduction
Sample: https://stackblitz.com/edit/ngx-mask-copy-paste-bug Demo: https://www.screencast.com/t/xxN69caKI
🌍 Your Environment
Angular Version: 16.1.7 Chrome Version: 116.0.5845.188