anein / angular2-trim-directive

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

The directive doesn't update the value of the reactive input #6

Closed barna-n closed 7 years ago

barna-n commented 7 years ago

The directive not remove the spaces from the value of the reactive form input (only the visible content).

anein commented 7 years ago

Thank you for your remark. Yeap. I used the directive only with td forms thus using it with reactive forms slipped my mind. ~fixed and added tests.