Hello,
I have a peculiar issue, as this problem did not arise with SAPUI5 version 1.10 but is seen only with SAPUI5 versions 1.18 and above, including 1.24.4.
I have build a simple user interface to add functional roles to a shopfloor users. This page is for Admins.
There is a table which displays all roles assigned to a user (selectable via a drop down box)
I have few buttons in the tool-bar area of the table, to add, delete and modify role.
Upon click of Add Role button, A new row to the table is added, if there are already few roles, the new line is appended after existing roles.
This row consists of drop down box / combo box controls and values are loaded and bound at run time (once).
The problem is that If I select one of the list items from the drop down, the selection does not reflect in the drop down box. It automatically resets to blank value. And there is no error in the console.
Has any one come across this issue.
Will upload screen shots / code soon
~Suneel