Feedback
ListBox blank-space click does not clear row selection
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/149-listbox-bugs
- Last updated
- 2026-05-24
Public summary
ListBox row selection can remain stuck after the user clicks blank space inside the ListBox. When a row is selected, clicking the empty area outside the visible rows should clear the selection and set SelectedRowIndex to -1, matching the documented ability to clear selection.
The current behaviour makes it difficult for users to reset a ListBox to a no-selection state using normal pointer interaction.