Feedback
Cannot change ComboBox SelectedIndex back to -1
- Status
- Fixed
- Fixed in
- v26.5.7
- Last updated
- 2026-05-29
Public summary
When a ComboBox in the designer has rows and its SelectedIndex is changed from -1 to a selected row, entering -1 again does not persist. After focus moves away and the ComboBox is reselected, SelectedIndex becomes 0, so the control cannot be returned to an initially unselected state.