Issue with binding and @ViewChild
This plnker is probably the quickest way to see the issue I'm not sure if it's just some obvious gotcha when using ViewChild but it's very strange. The plunker is showing 3 inputs: The first input is a basic input and a button that can focus it. The second input is bound to the same value, and clicking edit will unlock the input. The third input is also bound to the same value, and clicking edit will unlock the input and give it focus. However, when adding the ViewChild to get a reference to the input, the NgModel binding on the input stops working. But any other bindings you attach (like