I am having a Simple form that is binded to a JSON model. I want to decide about the type of controls inside that based on my model data. Hence, I am trying to implement Factory function. SAPUI5 VERSION: 1.108.1
I added the factory function in the view but it is never called up in the controller.