In a canvas app, I have a gallery with multiple controls. One of the controls is a dropdown control, with choices linked to an SQL table. The selection process from the SQL table works fine, selecting a Part Number (field name is PartNumber). However, after the selection, if I modify any other control on that row, the selected dropdown value is erased and becomes blank. I do not have any default or defaultselecteditems set up.
In fact, this also happens with other controls in the gallery, even text controls. They get erased when other control values are entered.
Has anyone encountered this before?