Closed AyushG25 closed 6 years ago
This is also the cause of the Paste issues as well.
And no one makes a PR. =D
I started to, but frankly I don't have the Angular knowledge. It's not as simple as removing the line, it was put there to stop fields becoming dirty by just tabbing through them. That might be a better bug than the current state mind you. I believe there is also an issue with single characters in the textbox.
I understand. That makes me think that E2E tests should be added.
comment these lines in writeValue function line no. 63 in directive file and your code will be working
//if (!this._value) { // this._value = value; // }