Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18259] ListView: Get the items currently filtered by searchText or searchView

GitHub Issuen/a
TypeNew Feature
PriorityCritical
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsTiAPI
Labelslistview, searchtext, searchview
ReporterFokke Zandbergen
AssigneeUnknown
Created2014-12-17T15:55:43.000+0000
Updated2018-02-28T19:55:15.000+0000

Description

Current situation

Given I have a ListView with X items and I do a search using either searchText or searchView currently there is no way to now which items are filtered (shown).

Desired situation

I'd like to have a getFilteredItems() method or (less preferable) a flag on the items themselves so I can tell which are currently filtered (shown).

Use case

I have a list the user can filter and then either select one (or more) or use a *Select All* button to select all items currently filtered.

Comments

No comments

JSON Source