I have a form in InfoPath 2010 with a multiple selection box. The user is able to select as many items as he wants and the selections go into another regular list box so he can select a default option.
I am able to populate the second list box just fine, but the first row is always a blank line. I have tried to change the control to a dropdown listbox, but the same issue still applies.
I have set a filter in there to only show items where the multiple selection box is not blank, but that doesn't do anything.
Is there any way to remove the first blank line from a list box or dropdown?