[Solved] How to read an HTML Input Field from an XML file in SAP Ui5?


Since I want to access the HTML Div ID, I simply used the below code to set the value and it works:

document.getElementById("Name2").value = _fullName;

2

solved How to read an HTML Input Field from an XML file in SAP Ui5?