Start a new topic

OnChanges of textboxes

Hello all, I am trying to bind the value of input boxes (WEB) to other ones, like labels and such. Declaring the onchanges ('Change Event Function') works for numericboxes, phone-number-boxes, etc. It works for anything except textboxes and emailboxes. I can fix this by going into my code and changing (valueChange)='...' to (input)='...' like so: But when the HTML gets regenerated, its all gone of course. Any other way to get around this? I'd rather not have to rewrite things a lot... Kind regards, Christian
Login or Signup to post a comment