cancel
Showing results for 
Search instead for 
Did you mean: 

sap.m.Select value changes in a form are not detected by submitChanges during batch update .

VenkyM
Participant
0 Kudos

Hi Team,

I am using sap.ui.layout.form.Form control and in that control I have two drop downs. For drop downs I am using sap.m.Select control.

I am using JSONModel to bind the values to those drop downs.Whenever I change the value in the drop downs, those changes are not detected by submitChanges but others values are getting detected .i.e I am not able to see those values in mchangedEntities object.

Please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Could you share the xml snippet where you are binding the model to your Selects.

The selectedItem and selectedKey would need to be bound to the oData model you are calling the update on.

junwu
Active Contributor
0 Kudos

the selected value should be bound to odata model, I think. did you do that?