I am trying to iterate over form controls and try to display fields. The fields are getting shown without any issue and also on save properly binding values and displaying output. The problem I am facing is, on key press on those fields, cursor is getting out of focus and not able to enter more than 1 character.
I've simplified the project and created below demo. Added 2 fields, 1 is working with normal loop another is not working on control looping. Not sure what is going wrong.