Hi, I have created own input fileds as a part of a component. When I’m using a new form with these components there is an issue that I’m unable to set their name dynamically. In such a case I aa unable to use new form capabilities in full, which are great. As for now the only option for me is to pull out all of my inputs out of components and put the inputs directly on the form with appropriate names.
Is there a way to change an element name dynamically inside a component? Or maybe to make it bindable?
Dominik