jquery-steps

Use jquery-steps with FormGroup in Angular2

本小妞迷上赌 提交于 2019-11-28 08:18:52
问题 Please see the following examples. I have loaded jquery and jquery-steps into the project already and it is working. However after rendering the view, changing the data in the input boxes doesn't update the values in the form group mainForm . I believe the reason is that jquery-steps dynamically removed and reconstructed the html for the form, and so the form group doesn't link to the DOMs anymore. Is there any way to re-bind FormGroup mainForm to the DOMs after jquery-steps reconstructed the