Skip to content

list_view: optional search/filter input#187

Open
RobLoach wants to merge 1 commit into
masterfrom
fix/list-view-search-filter
Open

list_view: optional search/filter input#187
RobLoach wants to merge 1 commit into
masterfrom
fix/list-view-search-filter

Conversation

@RobLoach
Copy link
Copy Markdown
Owner

Adds nk_console_list_view_set_searchable() which inserts a textedit sibling immediately before the list view. When the filter is non-empty, only items whose labels case-insensitively contain the search text are shown, while nk_console_list_view_selected() always returns a real (unfiltered) index. The demo's 200-item list view enables the search box.

Fixes #186

@RobLoach RobLoach assigned RobLoach and unassigned RobLoach May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

list_view: optional search/filter input

1 participant