I’m using version 18.11 of the product.
I’m using the product to set values in forms. Text fields, Radio button fields, etc, work just fine. However, if I’m running into issues when attempting to set the value for a Combo Box field if there is another Combo Box field with the same options.
What I’m experiencing:
Combo Box field 1 is named “Select 1”
Combo Box field 2 is named “Select 2”
Both combo box fields have a separate list of items but both lists are essentially the same, meaning they each have options named “option 1”, “option 2”, “option 3”, etc.
I set the value of “Select 1” to “option 2”.
I set the value of “Select 2” to “option 1”.
I verify in the watch window that everything looks fine so far.
I save the document to a file stream using the save method.
When I open the form both “Select 1” and “Select 2” show “option 1” selected.
What seems to be happening, is whichever option I select 2nd is overwriting the other option. If I was doing this on the same field I would expect this behavior. However, since these are both uniquely named distinct fields, I wouldn’t expect the option for Select 1 to overwrite the option for Select 2 and vice versa.