Hi,
I've developed a windowsform application where the user build a filter using autocompletebox components.
This webform is called by the showdialog function. It works fine, but, when I reopen the form, the autocompletebox brings 2 values when I've set just one. It duplicates the value, and then I have 1 TokenizedTextItem and 1 text, as you can see on the prinscreens.
The first print is my selection on first time, and the second print, is when I reopen the form.