Hi guys, I have a form with data in it that is read only, in the form I have a button that should allow the user to edit the data. My approach was when i click the button, the controller sets the default read only to false, and the button does do this, but the data on the view stil shows that it is read only. Am i taking the wrong approach? Whenever i console.dir i see that the default read only is getting set to false, but nothing changes :/ .