Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

Angular directive not updating ngModel

I created a custom directive for telephone number mask (eg: 123-234-4566). My input box have minlength and maxlength 12. If I copy paste a 10 digit number in the element, The directive updated the element but not the model. So the class in the element shows ng-invalid.

Note: If we type the number then no Issues (copy paste 10 digit number is an Issue)

https://stackblitz.com/edit/angular-ivy-crbdhl?file=src%2Fapp%2Ftest.directive.ts

Do anyone know how to update model from directive with new formatted value?

this.ngControl.valueAccessor.writeValue(newVal);

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...