anein / angular2-trim-directive

the directive trims whitespaces from the end of an input text value.
MIT License
45 stars 26 forks source link

field invalid when value is pasted in textbox #19

Closed iammanusharma closed 6 years ago

iammanusharma commented 6 years ago

If we copy some text and paste on the input textbox which has required field, the validation of the field is invalid. We can replicate the issue in your example form as well. Dirty & Valid is not updated. I'm using Angular 5 reactive forms.