feat(explore): restore live client-side filtering on search input #363

Closed
opened 2026-07-08 09:51:42 +00:00 by the.auditor · 0 comments
Owner

PR #361 removed SetChangedFunc from the search InputField, which provided real-time filtering as the user types. The filterAndRender* functions still exist but are only called after data loads or API search completes — typing in the search box no longer filters in real-time.

Consider restoring SetChangedFunc that calls v.reRender() on each keystroke for instant client-side filtering of already-loaded data, while keeping Enter for API-backed search.

Ref: PR #361

PR #361 removed `SetChangedFunc` from the search InputField, which provided real-time filtering as the user types. The `filterAndRender*` functions still exist but are only called after data loads or API search completes — typing in the search box no longer filters in real-time. Consider restoring `SetChangedFunc` that calls `v.reRender()` on each keystroke for instant client-side filtering of already-loaded data, while keeping Enter for API-backed search. Ref: PR #361
fuzzy closed this issue 2026-07-08 09:52:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/steeper#363
No description provided.