When using Field.addSelectOption(), what is the best way to start with no selection when loading the form? When I use addSelectOptions() and set 'isSelected' to false for every option that I add, it is still defaulting to the first option in the list when I load the form. Should I create a blank option and set 'isSelected' to true? Or is there another solution?