MultiColumnComboBox: When the DropDownList have 1 item, the Text property is set even when the EditorControl.CurrentRow is null
This scenario is reproducible when the MCCB dropdown has 1 item. To disable the selection of the row we can set the EditorControl.CurrentRow to null. However, when the dropdown is open the Text property is set to the first row.