If I have a combobox that is set .editable = False to force the user to pick from its list, when the user does so, the selected value is not displayed in the combobox's text area - it stays blank with no indication of what was selected. I've even gone so far in the onSelChange() to set .value and call .refresh(), no difference. Am I missing something? Thanks, MC