onAfterRendering hook for smartform in UI5
问题 In my app i have an XML view that consists of a smartform. I have a need to access an input element(via sap.ui.getCore().byId() ) that becomes available after the smartform is parsed and rendered. The onAfterRendering in the controller for my view triggers as soon as the view is rendered(i get all my non-smartform elements like title etc.), but before the smartform is parsed and rendered. A rudimentary test via an alert also proved this visually. Is there any event that is triggered after the